Explorar o código

Fixed issue with new output format

Ray %!s(int64=3) %!d(string=hai) anos
pai
achega
7db6fe02fd
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      parser/raylib_parser.c

+ 1 - 1
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