소스 검색

Update README.md

Ray 3 년 전
부모
커밋
2ce0722fb8
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      parser/README.md

+ 2 - 1
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`