- [NEW] Mogut tot el codi de lloc
This commit is contained in:
12
source/gamestates/gamestates.h
Normal file
12
source/gamestates/gamestates.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#pragma once
|
||||
|
||||
namespace gamestate
|
||||
{
|
||||
namespace sequence { void init(); }
|
||||
namespace menu { void init(); }
|
||||
namespace prefase { void init(); }
|
||||
namespace play { void init(); }
|
||||
namespace postfase { void init(); }
|
||||
namespace mort { void init(); }
|
||||
namespace password { void init(); }
|
||||
}
|
||||
Reference in New Issue
Block a user