Sign in
skia
/
external
/
github.com
/
rive-app
/
rive-cpp
/
5e3eaf3b7500ffbee67a4d3b56d1b31edfe45388
/
.
/
include
/
rive
/
event.hpp
blob: faa55180c8240c89f29ac67cfc92fe4ab9a723c2 [
file
] [
log
] [
blame
]
#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