include: Fixes to make the headers friendly with the latest wikiheaders.
This commit is contained in:
parent
9216b7a5ee
commit
e75d72670f
19 changed files with 59 additions and 56 deletions
|
@ -61,7 +61,7 @@ extern "C" {
|
|||
* at the VERBOSE level and all other categories are enabled at the
|
||||
* ERROR level.
|
||||
*/
|
||||
typedef enum
|
||||
typedef enum SDL_LogCategory
|
||||
{
|
||||
SDL_LOG_CATEGORY_APPLICATION,
|
||||
SDL_LOG_CATEGORY_ERROR,
|
||||
|
@ -99,7 +99,7 @@ typedef enum
|
|||
/**
|
||||
* \brief The predefined log priorities
|
||||
*/
|
||||
typedef enum
|
||||
typedef enum SDL_LogPriority
|
||||
{
|
||||
SDL_LOG_PRIORITY_VERBOSE = 1,
|
||||
SDL_LOG_PRIORITY_DEBUG,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue