Quellcode durchsuchen

Update README.md

pull/2097/head
Ray vor 3 Jahren
committed von GitHub
Ursprung
Commit
290d68c11e
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden GPG-Schlüssel-ID: 4AEE18F83AFDEB23
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. +2
    -2
      parser/README.md

+ 2
- 2
parser/README.md Datei anzeigen

@ -1,4 +1,4 @@
## raylib parser
# raylib parser
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:
@ -62,4 +62,4 @@ This parser **does not require `` library**, all data is parsed direct
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:
Copyright (c) 2021 Ramon Santamaria (@raysan5)
Copyright (c) 2021 Ramon Santamaria (@raysan5)

Laden…
Abbrechen
Speichern