11 lines
214 B
C++
11 lines
214 B
C++
#include "TestGameInstance.h"
|
|
|
|
#include <iostream>
|
|
|
|
#include "Game/World/World.hpp"
|
|
GENERATE_FACTORY_GAME_INSTANCE(TestGameInstance)
|
|
|
|
TestGameInstance::TestGameInstance(CoreInstance& core) : GameInstance(core)
|
|
{
|
|
}
|