mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-11-17 15:51:25 +00:00
Changed enums to use XXX_COUNT for the count or number of values
Fixes https://github.com/libsdl-org/SDL/issues/10763
This commit is contained in:
@@ -126,7 +126,7 @@ typedef enum SDL_LogPriority
|
||||
SDL_LOG_PRIORITY_WARN,
|
||||
SDL_LOG_PRIORITY_ERROR,
|
||||
SDL_LOG_PRIORITY_CRITICAL,
|
||||
SDL_NUM_LOG_PRIORITIES
|
||||
SDL_LOG_PRIORITY_COUNT
|
||||
} SDL_LogPriority;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user