mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-06 06:13:10 +00:00
Fixed issue with new output format
This commit is contained in:
parent
bf2ad9df5f
commit
7db6fe02fd
@ -148,7 +148,7 @@ typedef struct FunctionInfo {
|
||||
} FunctionInfo;
|
||||
|
||||
// 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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user