Sign in
◑
Theme
skia
/
external
/
github.com
/
rive-app
/
rive-cpp
/
253af0e7ef7cdae2f3e78af205bb89c4a9ff5dd1
/
.
/
include
/
rive
/
assets
/
asset.hpp
blob: 9189e291cd3e6a560cd68ec77efbdae54ab67b9c [
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