!_TAG_FILE_FORMAT	2	/extended format; --format=1 will not append ;" to lines/
!_TAG_FILE_SORTED	1	/0=unsorted, 1=sorted/
!_TAG_PROGRAM_AUTHOR	Darren Hiebert	/darren@hiebert.com/
!_TAG_PROGRAM_NAME	Exuberant Ctags	//
!_TAG_PROGRAM_URL	http://darren.hiebert.com/ctags/	/official site/
!_TAG_PROGRAM_VERSION	3.5.1	/with C, C++, Eiffel, Fortran, and Java  support/
BUFLEN	myLib.c	8;"	d	file:
NO	myLib.c	10;"	d	file:
YES	myLib.c	9;"	d	file:
addBall	ball.c	/^void addBall()$/;"	f
addBall	xball.c	/^void addBall()$/;"	f
balls	ball.c	/^struct ball *balls[MAXBALLS];$/;"	v
balls	xball.c	/^struct ball *balls[MAXBALLS];$/;"	v
delay	pong.c	/^static int    delay;          \/* delay  controls speed of game *\/$/;"	v	file:
delay	xpong.c	/^static int    delay;          \/* delay  controls speed of game *\/$/;"	v	file:
disposeBalls	ball.c	/^void disposeBalls()$/;"	f
disposeBalls	xball.c	/^void disposeBalls()$/;"	f
down_paddle	paddle.c	/^void down_paddle()$/;"	f
drawAt	ball.c	/^void drawAt(double x, double y, char symbol)$/;"	f
drawAt	xball.c	/^void drawAt(double x, double y, char symbol)$/;"	f
drawBall	ball.c	/^void drawBall(struct ball *mBall)$/;"	f
drawBall	xball.c	/^void drawBall(struct ball *mBall)$/;"	f
drawCourt	pong.c	/^void drawCourt()$/;"	f
drawCourt	xpong.c	/^void drawCourt()$/;"	f
draw_paddle	paddle.c	/^void draw_paddle()$/;"	f
fatal	myLib.c	/^void fatal(char *errStr)$/;"	f
fatal	pong.c	/^void fatal(char *errStr)$/;"	f
fatal	xpong.c	/^void fatal(char *errStr)$/;"	f
getBottomLimit	pong.c	/^int getBottomLimit()$/;"	f
getBottomLimit	xpong.c	/^int getBottomLimit()$/;"	f
getCourtRight	pong.c	/^int getCourtRight()$/;"	f
getCourtRight	xpong.c	/^int getCourtRight()$/;"	f
getGravity	pong.c	/^double getGravity()$/;"	f
getGravity	xpong.c	/^double getGravity()$/;"	f
getLeftLimit	pong.c	/^int getLeftLimit()$/;"	f
getLeftLimit	xpong.c	/^int getLeftLimit()$/;"	f
getLivesLeft	ball.c	/^int getLivesLeft()$/;"	f
getLivesLeft	xball.c	/^int getLivesLeft()$/;"	f
getMidCourtX	pong.c	/^int getMidCourtX()$/;"	f
getMidCourtX	xpong.c	/^int getMidCourtX()$/;"	f
getMidCourtY	pong.c	/^int getMidCourtY()$/;"	f
getMidCourtY	xpong.c	/^int getMidCourtY()$/;"	f
getRightLimit	pong.c	/^int getRightLimit()$/;"	f
getRightLimit	xpong.c	/^int getRightLimit()$/;"	f
getTopLimit	pong.c	/^int getTopLimit()$/;"	f
getTopLimit	xpong.c	/^int getTopLimit()$/;"	f
gravity	pong.c	/^static double gravity;        \/* strength of gravity on balls *\/$/;"	v	file:
gravity	xpong.c	/^static double gravity;        \/* strength of gravity on balls *\/$/;"	v	file:
hLine	pong.c	/^void hLine(int x, int y, int x2, char symbol)$/;"	f
hLine	xpong.c	/^void hLine(int x, int y, int x2, char symbol)$/;"	f
hideCursor	pong.c	/^void hideCursor()$/;"	f
hideCursor	xpong.c	/^void hideCursor()$/;"	f
initArray	myLib.c	/^void initArray(char mArray[], int arraySize)$/;"	f
init_paddle	paddle.c	/^void init_paddle()$/;"	f
isBallOut	ball.c	/^int isBallOut(struct ball *mBall)$/;"	f
isBallOut	xball.c	/^int isBallOut(struct ball *mBall)$/;"	f
is_a_hit	paddle.c	/^int is_a_hit(int x, int y)$/;"	f
livesLeft	ball.c	/^static int livesLeft = 3;$/;"	v	file:
livesLeft	xball.c	/^static int livesLeft = 3;$/;"	v	file:
mCourt	pong.c	/^static struct court  mCourt;  \/* mCourt struct (also used by paddle and ball) *\/$/;"	v	file:
mCourt	xpong.c	/^static struct court  mCourt;  \/* mCourt struct (also used by paddle and ball) *\/$/;"	v	file:
mPaddle	paddle.c	/^static struct paddle mPaddle;$/;"	v	file:
main	pong.c	/^int main()$/;"	f
main	xpong.c	/^int main()$/;"	f
millisleep	alarmlib.c	/^void millisleep( int n )$/;"	f
newBall	ball.c	/^struct ball *newBall(double x, double y, double xV, double yV)$/;"	f
newBall	xball.c	/^struct ball *newBall(double x, double y, double xV, double yV)$/;"	f
parse_line	myLib.c	/^int parse_line( int  itemDel[],$/;"	f
printCharArray	myLib.c	/^void printCharArray(char mArray[], int arraySize) {$/;"	f
randomInt	myLib.c	/^double randomInt(int min, int max)$/;"	f
randomInt	pong.c	/^double randomInt(int min, int max)$/;"	f
randomInt	xpong.c	/^double randomInt(int min, int max)$/;"	f
readChars	myLib.c	/^char readChars(int itemDel[], FILE *fp, char line[BUFLEN])$/;"	f
removeBall	ball.c	/^void removeBall(struct ball *mBall)$/;"	f
removeBall	xball.c	/^void removeBall(struct ball *mBall)$/;"	f
set_ticker	alarmlib.c	/^void set_ticker( int n_msecs )$/;"	f
set_up	pong.c	/^void set_up()$/;"	f
set_up	xpong.c	/^void set_up()$/;"	f
tickerOff	alarmlib.c	/^static void tickerOff()$/;"	f	file:
trimWhiteSpace	myLib.c	/^void trimWhiteSpace(char source[])$/;"	f
up_paddle	paddle.c	/^void up_paddle()$/;"	f
update	pong.c	/^void update()$/;"	f
update	xpong.c	/^void update()$/;"	f
updateBall	ball.c	/^void updateBall()$/;"	f
updateBall	xball.c	/^void updateBall()$/;"	f
vLine	pong.c	/^void vLine(int x, int y, int y2, char symbol)$/;"	f
vLine	xpong.c	/^void vLine(int x, int y, int y2, char symbol)$/;"	f
wrap_up	pong.c	/^void wrap_up()$/;"	f
wrap_up	xpong.c	/^void wrap_up()$/;"	f
