Sign in
skia
/
external
/
github.com
/
rive-app
/
rive-cpp
/
1f3a52024e011e6c8cdc3817dd6a6adb5c1625b9
/
.
/
include
/
rive
/
event.hpp
blob: faa55180c8240c89f29ac67cfc92fe4ab9a723c2 [
file
]
#ifndef
_RIVE_EVENT_HPP_
#define
_RIVE_EVENT_HPP_
#include
"rive/generated/event_base.hpp"
#include
<stdio.h>
namespace
rive
{
class
Event
:
public
EventBase
{
public
:
};
}
// namespace rive
#endif