- Tots els gamestates compartiràn capçalera

This commit is contained in:
2023-10-12 17:07:01 +02:00
parent 74eb5ede58
commit ea618d6e7e

View File

@@ -6,4 +6,9 @@ namespace gamestate
{ {
void init(); void init();
} }
namespace menu
{
void init();
}
} }