mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-06-02 01:47:41 +00:00
Adding tag names to enums
Adding tag names to following enums: SDL_JoystickType, SDL_JoystickConnectionState, SDL_TouchDeviceType, SDL_DUMMY_ENUM
This commit is contained in:
parent
dffbb574ea
commit
8d0ad44edd
3 changed files with 4 additions and 4 deletions
|
@ -439,7 +439,7 @@ SDL_COMPILE_TIME_ASSERT(sint64, sizeof(Sint64) == 8);
|
|||
#ifndef DOXYGEN_SHOULD_IGNORE_THIS
|
||||
#if !defined(SDL_PLATFORM_VITA) && !defined(SDL_PLATFORM_3DS)
|
||||
/* TODO: include/SDL_stdinc.h:390: error: size of array 'SDL_dummy_enum' is negative */
|
||||
typedef enum
|
||||
typedef enum SDL_DUMMY_ENUM
|
||||
{
|
||||
DUMMY_ENUM_VALUE
|
||||
} SDL_DUMMY_ENUM;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue