13 lines
164 B
C
13 lines
164 B
C
|
#pragma once
|
|||
|
|
|||
|
#include "Engine/Canvas.h"
|
|||
|
|
|||
|
#include "GasaCanvas.generated.h"
|
|||
|
|
|||
|
UCLASS()
|
|||
|
class GASA_API UGasaCanvas : public UCanvas
|
|||
|
{
|
|||
|
GENERATED_BODY()
|
|||
|
public:
|
|||
|
};
|