#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 |