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
6 lines
238 B
C
6 lines
238 B
C
void LevelOneEngine(tb1_state *game_state);
|
|
void LevelOneLittleOpener(tb1_state *game_state);
|
|
void littleopener2(tb1_state *game_state);
|
|
void LevelThreeEngine(tb1_state *game_state);
|
|
void LevelThreeLittleOpener(tb1_state *game_state);
|