- [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

13
source/m_gameover.h Normal file
View File

@@ -0,0 +1,13 @@
#pragma once
namespace modules
{
namespace gameover
{
#define GAMEOVER_CONTINUAR 0
#define GAMEOVER_EIXIR 1
void init();
int loop();
}
}