mirror of
https://github.com/deater/tb1.git
synced 2024-11-19 12:31:56 +00:00
5 lines
173 B
C
5 lines
173 B
C
void pauseawhile(int howlong);
|
|
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);
|