parent
2c09e8d34d
commit
42762cec6b
16 changed files with 53 additions and 1 deletions
@ -0,0 +1,8 @@ |
||||
#ifndef _DRAW_WINDOWS |
||||
#define _DRAW_WINDOWS |
||||
|
||||
void updateViewportWin(); |
||||
void updateInfoWin(); |
||||
void drawGameOverWin(); |
||||
|
||||
#endif |
@ -0,0 +1,6 @@ |
||||
#ifndef _GAME_LOOP |
||||
#define _GAME_LOOP |
||||
|
||||
void gameLoop(); |
||||
|
||||
#endif |
@ -0,0 +1,7 @@ |
||||
#ifndef _EVENTS |
||||
#define _EVENTS |
||||
|
||||
void initializeWorld(); |
||||
void restartGame(); |
||||
|
||||
#endif |
@ -0,0 +1,6 @@ |
||||
#ifndef _N_Zombies |
||||
#define _N_Zombies |
||||
|
||||
void main(); |
||||
|
||||
#endif |
Loading…
Reference in new issue