mirror of
https://github.com/yawut/SDL.git
synced 2026-07-29 14:43:21 -05:00
Fixed compiler warnings about "/*" inside a multi-line comment.
This commit is contained in:
parent
619c1d8cd0
commit
28fbd54ae5
|
|
@ -43,11 +43,7 @@ extern "C" {
|
|||
/* *INDENT-ON* */
|
||||
#endif
|
||||
|
||||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
||||
/*
|
||||
/* Platform specific functions for iOS
|
||||
/*
|
||||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
||||
/* Platform specific functions for iOS */
|
||||
#if __IPHONEOS__
|
||||
|
||||
extern DECLSPEC int SDLCALL SDL_iPhoneSetAnimationCallback(SDL_Window * window, int interval, void (*callback)(void*), void *callbackParam);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user