blob: 14919f7017b91064ef6026f98a2fa830e6cc9b51 [file] [log] [blame] [edit]
#ifndef _RIVE_CUSTOM_PROPERTY_ENUM_HPP_
#define _RIVE_CUSTOM_PROPERTY_ENUM_HPP_
#include "rive/generated/custom_property_enum_base.hpp"
#include <stdio.h>
namespace rive
{
class CustomPropertyEnum : public CustomPropertyEnumBase
{
public:
};
} // namespace rive
#endif