13 lines
197 B
C++
13 lines
197 B
C++
#pragma once
|
|
|
|
#include "WidgetController.h"
|
|
|
|
#include "HostWidgetController.generated.h"
|
|
|
|
UCLASS()
|
|
class GASA_API UHostWidgetController : public UWidgetController
|
|
{
|
|
GENERATED_BODY()
|
|
public:
|
|
};
|