Ver código fonte

Update README.md

pull/2622/head
Ray 2 anos atrás
committed by GitHub
pai
commit
2ce0722fb8
Nenhuma chave conhecida encontrada para esta assinatura no banco de dados ID da chave GPG: 4AEE18F83AFDEB23
1 arquivos alterados com 2 adições e 1 exclusões
  1. +2
    -1
      parser/README.md

+ 2
- 1
parser/README.md Ver arquivo

@ -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`

Carregando…
Cancelar
Salvar