mirror of
https://github.com/raysan5/raylib.git
synced 2025-09-07 11:58:13 +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
|
||||
char paramType[MAX_FUNCTION_PARAMETERS][32]; // Parameters type
|
||||
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;
|
||||
|
||||
// Struct info data
|
||||
|
Reference in New Issue
Block a user