17 lines
327 B
C++
17 lines
327 B
C++
#pragma once
|
|
|
|
#include <uf/config.h>
|
|
#include <uf/ext/ext.h>
|
|
#include <uf/engine/entity/entity.h>
|
|
#include <uf/engine/scene/scene.h>
|
|
|
|
namespace ext {
|
|
namespace GuiHtmlBehavior {
|
|
UF_BEHAVIOR_DEFINE_TYPE;
|
|
EXT_BEHAVIOR_DEFINE_TRAITS;
|
|
EXT_BEHAVIOR_DEFINE_FUNCTIONS;
|
|
UF_BEHAVIOR_DEFINE_METADATA {
|
|
|
|
};
|
|
}
|
|
} |