- [NEW] Pantalla de game over

- [NEW] Stats
This commit is contained in:
2024-07-24 23:05:24 +02:00
parent 3a51938d80
commit 0a1b4f8715
8 changed files with 165 additions and 15 deletions

View File

@@ -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();
}
}