- Codi reestructurat per a poder ficar els menus
This commit is contained in:
10
source/m_game.h
Normal file
10
source/m_game.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#pragma once
|
||||
|
||||
namespace modules
|
||||
{
|
||||
namespace game
|
||||
{
|
||||
void init();
|
||||
bool loop();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user