Close cpp #ifdef (#11974)

This commit is contained in:
fcasal 2018-10-28 14:53:47 +00:00 committed by xarkes
parent 09b7bfa8bc
commit 9516fecbfe

View File

@ -33,4 +33,8 @@ R_API void r_event_hook(REvent *ev, REventType type, REventCallback cb);
R_API void r_event_unhook(REvent *ev, REventType type, REventCallback cb);
R_API void r_event_send(REvent *ev, REventType type, void *data);
#ifdef __cplusplus
}
#endif
#endif