mirror of
https://github.com/kichikuou/xsystem35-sdl2.git
synced 2026-09-27 09:23:11 +03:00
9 lines
144 B
C
9 lines
144 B
C
#ifndef __NT_EVENT_H__
|
|
#define __NT_EVENT_H__
|
|
|
|
extern void ntev_callback(agsevent_t *e);
|
|
extern void ntev_main();
|
|
|
|
|
|
#endif /* __NT_EVENT_H__ */
|