Engine ready.

This commit is contained in:
2014-03-08 21:51:12 -04:30
parent fa9e0e6760
commit 8f09cabf66
9 changed files with 143 additions and 19 deletions

13
include/game_over.h Normal file
View File

@@ -0,0 +1,13 @@
/**
* Copyright (c) 2014, Miguel Angel Astor Romero. All rights reserved.
* See the file LICENSE for more details.
*/
#ifndef GAME_OVER_H
#define GAME_OVER_H
#include "game_state.h"
void initGOState(gs_t *);
#endif