Added a simple log message API
This commit is contained in:
parent
acee78a1c2
commit
f582f9e58e
13 changed files with 549 additions and 33 deletions
|
@ -48,7 +48,7 @@ extern DECLSPEC void SDLCALL SDL_ClearError(void);
|
|||
* \name Internal error functions
|
||||
*
|
||||
* \internal
|
||||
* Private error message function - used internally.
|
||||
* Private error reporting function - used internally.
|
||||
*/
|
||||
/*@{*/
|
||||
#define SDL_OutOfMemory() SDL_Error(SDL_ENOMEM)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue