mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-10-03 08:28:29 +00:00
Use C99 bool internally in SDL
This commit is contained in:
@@ -44,6 +44,6 @@ typedef struct SDL_error
|
||||
} SDL_error;
|
||||
|
||||
// Defined in SDL_thread.c
|
||||
extern SDL_error *SDL_GetErrBuf(SDL_bool create);
|
||||
extern SDL_error *SDL_GetErrBuf(bool create);
|
||||
|
||||
#endif // SDL_error_c_h_
|
||||
|
Reference in New Issue
Block a user