#pragma once #include "Header.h" #include "State.h" class InitState : public State { public: InitState(); ~InitState(); };