- [NEW] Pantalla de game over
- [NEW] Stats
This commit is contained in:
@@ -4,7 +4,11 @@ namespace modules
|
||||
{
|
||||
namespace game
|
||||
{
|
||||
#define GAME_NONE -1
|
||||
#define GAME_MENU 0
|
||||
#define GAME_DEAD 1
|
||||
|
||||
void init();
|
||||
bool loop();
|
||||
int loop();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user