summaryrefslogtreecommitdiffhomepage
path: root/parser/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'parser/README.md')
-rw-r--r--parser/README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/parser/README.md b/parser/README.md
index f8c0abe3..744219d3 100644
--- a/parser/README.md
+++ b/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`