Fixed compiler warning
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%404430
This commit is contained in:
parent
8b1ff7b169
commit
de14fdf2e4
1 changed files with 1 additions and 1 deletions
|
@ -1140,7 +1140,7 @@ extern DECLSPEC int SDLCALL SDL_GetRenderDrawBlendMode(int *blendMode);
|
|||
/**
|
||||
* \brief Clear the current rendering target with the drawing color
|
||||
*/
|
||||
extern DECLSPEC int SDLCALL SDL_RenderClear();
|
||||
extern DECLSPEC int SDLCALL SDL_RenderClear(void);
|
||||
|
||||
/**
|
||||
* \brief Draw a point on the current rendering target.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue