blob: 7545c5e145884dc63276b11352f514d7c25e0861 [file] [log] [blame]
#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