Files
UwU-Engine/Tests/TestGameInstance.h
T

9 lines
147 B
C++

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