tb1/tblib.h

5 lines
173 B
C
Raw Normal View History

2000-09-04 23:57:00 -04:00
void pauseawhile(int howlong);
2000-09-16 19:23:00 -04:00
int collision(int x1,int y1,int xsize,int ysize,
int x2,int y2,int x2size,int y2size);
char *tb1_data_file(char *name,char *path);