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