9 lines
144 B
C++
9 lines
144 B
C++
#pragma once
|
|
|
|
#include "Game/GameInstance.hpp"
|
|
|
|
class TestGameInstance : public GameInstance
|
|
{
|
|
public:
|
|
TestGameInstance(CoreInstance& core);
|
|
}; |