浏览代码

Update README.md

pull/2622/head
Ray 2 年前
committed by GitHub
父节点
当前提交
2ce0722fb8
找不到此签名对应的密钥 GPG 密钥 ID: 4AEE18F83AFDEB23
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. +2
    -1
      parser/README.md

+ 2
- 1
parser/README.md 查看文件

@ -1,8 +1,9 @@
# raylib parser
This parser scans [`raylib.h`](../src/raylib.h) to get information about `structs`, `enums` and `functions`.
This parser scans [`raylib.h`](../src/raylib.h) to get information about `defines`, `structs`, `enums` and `functions`.
All data is separated into parts, usually as strings. The following types are used for data:
- `struct DefineInfo`
- `struct FunctionInfo`
- `struct StructInfo`
- `struct EnumInfo`

正在加载...
取消
保存