tb1/tblib.h

5 lines
173 B
C
Raw Normal View History

2000-09-05 03:57:00 +00:00
void pauseawhile(int howlong);
2000-09-16 23:23:00 +00: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);