Sign in
skia
/
external
/
github.com
/
rive-app
/
rive-cpp
/
e4e765b0846c0f1ae41591a96bf968a858953986
/
.
/
include
/
rive
/
assets
/
asset.hpp
blob: b747b0ecae34fb18ea403924c8ce32265aa84122 [
file
]
#ifndef
_RIVE_ASSET_HPP_
#define
_RIVE_ASSET_HPP_
#include
"rive/generated/assets/asset_base.hpp"
#include
<stdio.h>
namespace
rive
{
class
Asset
:
public
AssetBase
{
public
:
};
}
// namespace rive
#endif