StartSystem skeleton and some changes to the StartMenu
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#include "../Game/Systems/StartSystem.h"
|
||||
|
||||
StartSystem::StartSystem(SystemParams params)
|
||||
: System(params)
|
||||
, ImpureSystem()
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user