Intro ready.

This commit is contained in:
2014-03-08 21:19:02 -04:30
parent 1f2560e7e3
commit fa9e0e6760
10 changed files with 350 additions and 141 deletions

View File

@@ -18,5 +18,6 @@ typedef struct GAME_STATE {
} gs_t;
extern void initStateArray(gs_t **);
void clear_screen(int, int);
#endif