Fixed compiler warnings about "/*" inside a multi-line comment.
This commit is contained in:
parent
6f52124aad
commit
88255b03b8
1 changed files with 1 additions and 5 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue