Sign in
skia
/
external
/
github.com
/
rive-app
/
rive-cpp
/
c4e0646edcf4a6b53257c2ce8d521041074d20b0
/
.
/
include
/
rive
/
assets
/
drawable_asset.hpp
blob: ce2ddaf2c3feef92b192e73ca8eea503e924dfb3 [
file
] [
log
] [
blame
]
#ifndef
_RIVE_DRAWABLE_ASSET_HPP_
#define
_RIVE_DRAWABLE_ASSET_HPP_
#include
"rive/generated/assets/drawable_asset_base.hpp"
#include
<stdio.h>
namespace
rive
{
class
DrawableAsset
:
public
DrawableAssetBase
{
public
:
};
}
// namespace rive
#endif