Jelajahi Sumber

Fixed issue with new output format

Ray 3 tahun lalu
induk
melakukan
7db6fe02fd
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      parser/raylib_parser.c

+ 1 - 1
parser/raylib_parser.c

@@ -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