Use C99 bool internally in SDL
This commit is contained in:
parent
6501e90018
commit
8f546bb3c9
450 changed files with 6046 additions and 6033 deletions
|
@ -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_
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue