Sign in
skia
/
external
/
github.com
/
rive-app
/
rive-cpp
/
136d26fa2c6e84f2d5a6bf9c441368c23abbc153
/
.
/
include
/
rive
/
assets
/
folder.hpp
blob: d51c359b8877f084648cb27b2573e1eb12b1439e [
file
]
#ifndef
_RIVE_FOLDER_HPP_
#define
_RIVE_FOLDER_HPP_
#include
"rive/generated/assets/folder_base.hpp"
#include
<stdio.h>
namespace
rive
{
class
Folder
:
public
FolderBase
{
public
:
};
}
// namespace rive
#endif