#pragma once #include "Game/GameInstance.h" class TestGameInstance : public GameInstance { public: TestGameInstance(CoreInstance& core); };