blob: 94c2b69f0ac5a3ce5279e50e24b560a400a4dc43 [file] [log] [blame]
#ifndef _RIVE_NESTED_INPUT_HPP_
#define _RIVE_NESTED_INPUT_HPP_
#include "rive/generated/animation/nested_input_base.hpp"
#include <stdio.h>
namespace rive {
class NestedInput : public NestedInputBase {
public:
};
} // namespace rive
#endif