#pragma once #include #include #include struct IkarusNumberProperty : public IkarusProperty { public: using value_type = IkarusNumberValue; constexpr auto static PropertyType = IkarusValueType_Number; public: IkarusNumberProperty(struct IkarusProject * project, int64_t id); };