10#include "Refureku/Config.h"
11#include "Refureku/Properties/Property.h"
13#include "Refureku/Generated/PropertySettings.rfkh.h"
15namespace rfk RFKNamespace()
20 class REFUREKU_API RFKClass(
rfk::PropertySettings(rfk::EEntityKind::Struct | rfk::EEntityKind::Class)) PropertySettings :
public rfk::Property
29 bool allowMultiple_ =
false,
30 bool shouldInherit_ =
true) noexcept;
32 rfk_PropertySettings_GENERATED
36File_PropertySettings_GENERATED
Base class to inherit from to define new properties.
Definition: Property.h:23
Definition: Allocator.h:16
EEntityKind
Definition: EEntityKind.h:20