Files
UwU-Engine/TestGame/src/TestGameInstance.cpp
T

13 lines
288 B
C++

#include "TestGameInstance.h"
#include "Game/Resource/Resource.hpp"
#include <iostream>
#include "Game/SaveMap/SaveMap.hpp"
#include "Game/World/World.hpp"
GENERATE_FACTORY_GAME_INSTANCE(TestGameInstance)
TestGameInstance::TestGameInstance(CoreInstance& core) : GameInstance(core)
{
}