Made typedef for SDL_bool the same as the other typedefs.
If this causes problems on any compiler, please report a bug to http://bugzilla.libsdl.org/ and include the platform and version of compiler you're using. --HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%404021
This commit is contained in:
parent
9a25579e5f
commit
7075c8391a
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Basic data types */
|
/* Basic data types */
|
||||||
typedef enum SDL_bool
|
typedef enum
|
||||||
{
|
{
|
||||||
SDL_FALSE = 0,
|
SDL_FALSE = 0,
|
||||||
SDL_TRUE = 1
|
SDL_TRUE = 1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue