mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-07-09 02:39:42 +00:00
SDL_notification.h: fix for C89 mode.
This commit is contained in:
@@ -253,10 +253,10 @@ extern SDL_DECLSPEC SDL_NotificationID SDLCALL SDL_ShowNotification(const char *
|
||||
*/
|
||||
extern SDL_DECLSPEC bool SDLCALL SDL_RemoveNotification(SDL_NotificationID notification);
|
||||
|
||||
// Ends C function definitions when using C++
|
||||
/* Ends C function definitions when using C++ */
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
#include <SDL3/SDL_close_code.h>
|
||||
|
||||
#endif // SDL_notification_h_
|
||||
#endif /* SDL_notification_h_ */
|
||||
|
||||
Reference in New Issue
Block a user