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