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