- [NEW] Pantalla de game over
- [NEW] Stats
This commit is contained in:
13
source/m_gameover.h
Normal file
13
source/m_gameover.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#pragma once
|
||||
|
||||
namespace modules
|
||||
{
|
||||
namespace gameover
|
||||
{
|
||||
#define GAMEOVER_CONTINUAR 0
|
||||
#define GAMEOVER_EIXIR 1
|
||||
|
||||
void init();
|
||||
int loop();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user