blob: a441e550f691606e0e7ac3a30cbbde5a78bac70f [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