Sign in
skia
/
external
/
github.com
/
rive-app
/
rive-cpp
/
575ac8986c93d9420a9d7d9517582df9dbeeafd6
/
.
/
include
/
rive
/
assets
/
drawable_asset.hpp
blob: 06660c34767fc59b1383117a83203a7b49e28458 [
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