GASATHON/Project/Source/Gasa/Game/GasaViewport.h

13 lines
192 B
C
Raw Normal View History

#pragma once
#include "Engine/GameViewportClient.h"
#include "GasaViewport.generated.h"
UCLASS()
class GASA_API UGasaViewport : public UGameViewportClient
{
GENERATED_BODY()
public:
};