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.
This commit is contained in:
Sam Lantinga
2009-10-10 09:22:20 +00:00
parent 61a236b4a6
commit d772434d29

View File

@@ -94,7 +94,7 @@
#endif
/* Basic data types */
typedef enum SDL_bool
typedef enum
{
SDL_FALSE = 0,
SDL_TRUE = 1