Sign in
skia
/
external
/
github.com
/
rive-app
/
rive-cpp
/
cb21b1a8068a8f5316261b18db412d6135330d52
/
.
/
include
/
rive
/
assets
/
folder.hpp
blob: 54d870e9c46c9f233a6c990c664014a6e0922662 [
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