Explorar el Código

Fixed issue with new output format

pull/2639/head
Ray hace 2 años
padre
commit
7db6fe02fd
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      parser/raylib_parser.c

+ 1
- 1
parser/raylib_parser.c Ver fichero

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

Cargando…
Cancelar
Guardar