- [NEW] Cat's Life

This commit is contained in:
2024-07-25 10:16:57 +02:00
parent 1f6ce61ee2
commit 8c8449fb16
10 changed files with 107 additions and 10 deletions

View File

@@ -4,10 +4,7 @@ namespace modules
{
namespace gameover
{
#define GAMEOVER_CONTINUAR 0
#define GAMEOVER_EIXIR 1
void init();
int loop();
bool loop();
}
}