mirror of
https://github.com/raysan5/raylib.git
synced 2025-09-08 12:28:15 +00:00
Review parameters description size (not used)
This commit is contained in:
@@ -85,7 +85,7 @@ typedef struct FunctionInfo {
|
|||||||
int paramCount; // Number of function parameters
|
int paramCount; // Number of function parameters
|
||||||
char paramType[MAX_FUNCTION_PARAMETERS][32]; // Parameters type
|
char paramType[MAX_FUNCTION_PARAMETERS][32]; // Parameters type
|
||||||
char paramName[MAX_FUNCTION_PARAMETERS][32]; // Parameters name
|
char paramName[MAX_FUNCTION_PARAMETERS][32]; // Parameters name
|
||||||
char paramDesc[MAX_FUNCTION_PARAMETERS][8]; // Parameters description
|
char paramDesc[MAX_FUNCTION_PARAMETERS][128]; // Parameters description
|
||||||
} FunctionInfo;
|
} FunctionInfo;
|
||||||
|
|
||||||
// Struct info data
|
// Struct info data
|
||||||
|
Reference in New Issue
Block a user