ソースを参照

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

読み込み中…
キャンセル
保存