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