Sign in
skia
/
external
/
github.com
/
rive-app
/
rive-cpp
/
62025f9f3024e2c7c7743c797a0fb0c89122d56c
/
.
/
include
/
rive
/
assets
/
export_audio.hpp
blob: 7642863a3ce877f1072fd2af01aab718b64a559a [
file
] [
log
] [
blame
]
#ifndef
_RIVE_EXPORT_AUDIO_HPP_
#define
_RIVE_EXPORT_AUDIO_HPP_
#include
"rive/generated/assets/export_audio_base.hpp"
#include
<stdio.h>
namespace
rive
{
class
ExportAudio
:
public
ExportAudioBase
{
public
:
};
}
// namespace rive
#endif