mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2025-01-17 14:47:19 +01:00
emscripten: Fixed return type in event callback declaration.
This commit is contained in:
parent
bf4e7eb612
commit
34d9c5213c
@ -31,8 +31,9 @@ Emscripten_RegisterEventHandlers(SDL_WindowData *data);
|
||||
extern void
|
||||
Emscripten_UnregisterEventHandlers(SDL_WindowData *data);
|
||||
|
||||
extern int
|
||||
extern EM_BOOL
|
||||
Emscripten_HandleCanvasResize(int eventType, const void *reserved, void *userData);
|
||||
|
||||
#endif /* _SDL_emscriptenevents_h */
|
||||
|
||||
/* vi: set ts=4 sw=4 expandtab: */
|
||||
|
Loading…
Reference in New Issue
Block a user