mirror of
https://github.com/raysan5/raylib.git
synced 2026-04-26 00:27:25 -04:00
various rlparser fixes (#5794)
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
# rlparser - raylib parser
|
||||
|
||||
This parser scans [`raylib.h`](../src/raylib.h) to get information about `defines`, `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`
|
||||
|
||||
Reference in New Issue
Block a user