13 lines
155 B
C++
13 lines
155 B
C++
#pragma once
|
|
|
|
#include "Components/Image.h"
|
|
|
|
#include "GasaImage.generated.h"
|
|
|
|
UCLASS()
|
|
class UGasaImage : public UImage
|
|
{
|
|
GENERATED_BODY()
|
|
public:
|
|
};
|