blob: cc5858a1c6e0d49641cf8295bfce4cd89dc7bc32 [file] [log] [blame]
#ifndef _RIVE_STATE_MACHINE_NUMBER_HPP_
#define _RIVE_STATE_MACHINE_NUMBER_HPP_
#include "rive/generated/animation/state_machine_number_base.hpp"
#include <stdio.h>
namespace rive
{
class StateMachineNumber : public StateMachineNumberBase
{
public:
};
} // namespace rive
#endif