- Apenes començant gamestate_play
This commit is contained in:
11
source/gamestate_play.cpp
Normal file
11
source/gamestate_play.cpp
Normal file
@@ -0,0 +1,11 @@
|
||||
#include "gamestates.h"
|
||||
#include "jgame.h"
|
||||
#include <string>
|
||||
|
||||
namespace gamestate
|
||||
{
|
||||
namespace play
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
@@ -5,5 +5,6 @@ namespace gamestate
|
||||
namespace sequence { void init(); }
|
||||
namespace menu { void init(); }
|
||||
namespace prefase { void init(); }
|
||||
namespace play { void init(); }
|
||||
namespace postfase { void init(); }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user