mirror of
https://github.com/yawut/SDL.git
synced 2026-08-16 13:56:59 -05:00
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:
@@ -94,7 +94,7 @@
|
||||
#endif
|
||||
|
||||
/* Basic data types */
|
||||
typedef enum SDL_bool
|
||||
typedef enum
|
||||
{
|
||||
SDL_FALSE = 0,
|
||||
SDL_TRUE = 1
|
||||
|
||||
Reference in New Issue
Block a user