mirror of
https://github.com/deater/tb1.git
synced 2025-01-03 13:31:01 +00:00
137d2b45fd
I'm merging all the the tom bombem projects into one git tree
8 lines
400 B
C
8 lines
400 B
C
void coolbox(int x1,int y1,int x2,int y2,int fill,vmwVisual *target);
|
|
void shadowrite(char *st,int x5,int y5,int forecol,int backcol,
|
|
vmwFont *tb1_font,vmwVisual *target);
|
|
char *check_for_tb1_directory(tb1_state *game_state,int try_to_create);
|
|
char *vmwGrInput(tb1_state *game_state,int x,int y,int howlong,int forecol,int backcol,
|
|
vmwFont *tb1_font,vmwVisual *vis);
|
|
|