ソースを参照

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`

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