summaryrefslogtreecommitdiffhomepage
path: root/parser/raylib_parser.c
diff options
context:
space:
mode:
Diffstat (limited to 'parser/raylib_parser.c')
-rw-r--r--parser/raylib_parser.c2
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