mirror of
https://github.com/raysan5/raylib.git
synced 2025-11-22 10:06:21 +00:00
Fixed issue with new output format
This commit is contained in:
@@ -148,7 +148,7 @@ typedef struct FunctionInfo {
|
|||||||
} FunctionInfo;
|
} FunctionInfo;
|
||||||
|
|
||||||
// Output format for parsed data
|
// Output format for parsed data
|
||||||
typedef enum { DEFAULT = 0, JSON, XML, LUA } OutputFormat;
|
typedef enum { DEFAULT = 0, JSON, XML, LUA, CODE } OutputFormat;
|
||||||
|
|
||||||
//----------------------------------------------------------------------------------
|
//----------------------------------------------------------------------------------
|
||||||
// Global Variables Definition
|
// Global Variables Definition
|
||||||
|
|||||||
Reference in New Issue
Block a user