- Codi reestructurat per a poder ficar els menus

This commit is contained in:
2024-07-04 22:44:43 +02:00
parent f87a24c0a5
commit c48ba26b64
6 changed files with 712 additions and 703 deletions

10
source/m_game.h Normal file
View File

@@ -0,0 +1,10 @@
#pragma once
namespace modules
{
namespace game
{
void init();
bool loop();
}
}