File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1520,8 +1520,8 @@ RLAPI const char *TextToPascal(const char *text);
15201520RLAPI const char * TextToSnake (const char * text ); // Get Snake case notation version of provided string
15211521RLAPI const char * TextToCamel (const char * text ); // Get Camel case notation version of provided string
15221522
1523- RLAPI int TextToInteger (const char * text ); // Get integer value from text (negative values not supported)
1524- RLAPI float TextToFloat (const char * text ); // Get float value from text (negative values not supported)
1523+ RLAPI int TextToInteger (const char * text ); // Get integer value from text
1524+ RLAPI float TextToFloat (const char * text ); // Get float value from text
15251525
15261526//------------------------------------------------------------------------------------
15271527// Basic 3d Shapes Drawing Functions (Module: models)
You can’t perform that action at this time.
0 commit comments