diff options
Diffstat (limited to 'src/event.hpp')
| -rw-r--r-- | src/event.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/event.hpp b/src/event.hpp index b7a5ffa..defa588 100644 --- a/src/event.hpp +++ b/src/event.hpp @@ -13,5 +13,6 @@ typedef void (*EventHandler)(); void Event_RegisterCallback(const char *name, EventHandler handler); void Event_UnregisterCallback(const char *name, EventHandler handler); void Event_Dispatch(const char *name); +void Event_Teardown(); #endif /* PKE_EVENT_HPP */ |
