Ray
преди 2 години
committed by
GitHub
родител
ревизия
2ce0722fb8
No known key found for this signature in database
GPG ключ ID: 4AEE18F83AFDEB23
променени са
1 файла, в които са
добавени 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` |
|
|
|