Sign in
skia
/
external
/
github.com
/
rive-app
/
rive-cpp
/
a1f5e03451586c5ea1f8d7d1151006e8bb4e8d67
/
.
/
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