blob: 955a2dd86e8fb064d4fbd9fa927d988a41378c96 [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