#pragma once #include #include #include struct IkarusTextProperty : IkarusProperty { public: using value_type = IkarusTextValue; constexpr auto static PropertyType = IkarusPropertyType_Text; public: IkarusTextProperty(struct IkarusProject * project, IkarusId id); };