Update raylib_parser.c
This commit is contained in:
parent
8d5a90ea3c
commit
411d0ee437
1 changed files with 8 additions and 6 deletions
|
@ -169,10 +169,12 @@ static FunctionInfo *funcs = NULL;
|
|||
// Command line variables
|
||||
static char apiDefine[32] = { 0 }; // Functions define (i.e. RLAPI for raylib.h, RMDEF for raymath.h, etc.)
|
||||
static char truncAfter[32] = { 0 }; // Truncate marker (i.e. "RLGL IMPLEMENTATION" for rlgl.h)
|
||||
static char inFileName[512] = { 0 }; // Input file name (required in case of provided through CLI)
|
||||
static char outFileName[512] = { 0 }; // Output file name (required for file save/export)
|
||||
static int outputFormat = DEFAULT;
|
||||
|
||||
// NOTE: Max length depends on OS, in Windows MAX_PATH = 256
|
||||
static char inFileName[512] = { 0 }; // Input file name (required in case of drag & drop over executable)
|
||||
static char outFileName[512] = { 0 }; // Output file name (required for file save/export)
|
||||
|
||||
//----------------------------------------------------------------------------------
|
||||
// Module Functions Declaration
|
||||
//----------------------------------------------------------------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue