Update README.md
This commit is contained in:
parent
2c8bc8ad47
commit
290d68c11e
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
## 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 `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:
|
||||||
|
@ -62,4 +62,4 @@ This parser **does not require `<string.h>` library**, all data is parsed direct
|
||||||
raylib-parser is licensed under an unmodified zlib/libpng license, which is an OSI-certified,
|
raylib-parser is licensed under an unmodified zlib/libpng license, which is an OSI-certified,
|
||||||
BSD-like license that allows static linking with closed source software:
|
BSD-like license that allows static linking with closed source software:
|
||||||
|
|
||||||
Copyright (c) 2021 Ramon Santamaria (@raysan5)
|
Copyright (c) 2021 Ramon Santamaria (@raysan5)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue