Update README.md

This commit is contained in:
Ray 2022-08-02 21:02:11 +02:00 committed by GitHub
parent 72b2d1335a
commit 2ce0722fb8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,8 +1,9 @@
# raylib parser # 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: All data is separated into parts, usually as strings. The following types are used for data:
- `struct DefineInfo`
- `struct FunctionInfo` - `struct FunctionInfo`
- `struct StructInfo` - `struct StructInfo`
- `struct EnumInfo` - `struct EnumInfo`