Преглед изворни кода

Fixed issue with new output format

pull/2639/head
Ray пре 2 година
родитељ
комит
7db6fe02fd
1 измењених фајлова са 1 додато и 1 уклоњено
  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

Loading…
Откажи
Сачувај