diff options
Diffstat (limited to 'parser')
| -rw-r--r-- | parser/raylib_parser.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/parser/raylib_parser.c b/parser/raylib_parser.c index 7c2a2bff..49b43f76 100644 --- a/parser/raylib_parser.c +++ b/parser/raylib_parser.c @@ -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 |
