浏览代码

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

正在加载...
取消
保存