#ifndef _RIVE_STATE_MACHINE_BOOL_HPP_ | |
#define _RIVE_STATE_MACHINE_BOOL_HPP_ | |
#include "rive/generated/animation/state_machine_bool_base.hpp" | |
#include <stdio.h> | |
namespace rive | |
{ | |
class StateMachineBool : public StateMachineBoolBase | |
{ | |
public: | |
}; | |
} // namespace rive | |
#endif |