diff options
| author | Ray <[email protected]> | 2022-08-14 12:56:55 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2022-08-14 12:56:55 +0200 |
| commit | 7db6fe02fded0f9555bb506eb4c2d1ae5a364f80 (patch) | |
| tree | d162c4fc36bc76b80101377e6c9a677ffef8e213 /parser | |
| parent | bf2ad9df5fdcaa385b2a7f66fd85632eeebbadaa (diff) | |
| download | raylib-7db6fe02fded0f9555bb506eb4c2d1ae5a364f80.tar.gz raylib-7db6fe02fded0f9555bb506eb4c2d1ae5a364f80.zip | |
Fixed issue with new output format
Diffstat (limited to 'parser')
| -rw-r--r-- | parser/raylib_parser.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/parser/raylib_parser.c b/parser/raylib_parser.c index 7c2a2bff..49b43f76 100644 --- a/parser/raylib_parser.c +++ b/parser/raylib_parser.c @@ -148,7 +148,7 @@ typedef struct FunctionInfo { } FunctionInfo; // Output format for parsed data -typedef enum { DEFAULT = 0, JSON, XML, LUA } OutputFormat; +typedef enum { DEFAULT = 0, JSON, XML, LUA, CODE } OutputFormat; //---------------------------------------------------------------------------------- // Global Variables Definition |
