mirror of
https://github.com/deater/tb1.git
synced 2024-12-22 13:29:48 +00:00
137d2b45fd
I'm merging all the the tom bombem projects into one git tree
5 lines
188 B
C
5 lines
188 B
C
int change_shields(tb1_state *game_state);
|
|
int changescore(tb1_state *game_state);
|
|
void makehole(int y,vmwVisual *target);
|
|
void setupsidebar(tb1_state *game_state, vmwVisual *vaddr2);
|