tb1/tb1_linux/tblib.h
Vince Weaver 137d2b45fd Move tb1 into its own subdir
I'm merging all the the tom bombem projects into one git tree
2012-12-18 21:24:06 -05:00

11 lines
373 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);
int are_you_sure(tb1_state *game_state,
char *warning_1,
char *warning_2,
char *yes_option,
char *no_option);