StartSystem skeleton and some changes to the StartMenu

This commit is contained in:
Tleety
2016-03-09 15:10:54 +01:00
parent 500ebfa08c
commit a76a04260f
4 changed files with 83 additions and 58 deletions
+8
View File
@@ -0,0 +1,8 @@
#include "../Game/Systems/StartSystem.h"
StartSystem::StartSystem(SystemParams params)
: System(params)
, ImpureSystem()
{
}