Added the restart scene

This commit is contained in:
Kayne Ruse
2014-06-02 00:45:57 +10:00
parent 9d83abbd38
commit 4acd350219
6 changed files with 243 additions and 8 deletions
+1
View File
@@ -35,6 +35,7 @@ enum class SceneList {
LOBBYMENU,
INWORLD,
INCOMBAT,
RESTART,
};
#endif