mirror of
https://github.com/raysan5/raylib.git
synced 2025-09-11 22:08:15 +00:00
fixed coding style in function TextToFloat (#3627)
* function to convert string to float * fix code to match coding conventions
This commit is contained in:

committed by
GitHub

parent
a57a0ecd96
commit
6083d2b9f3
@@ -1481,6 +1481,7 @@ RLAPI const char *TextToUpper(const char *text); // Get upp
|
||||
RLAPI const char *TextToLower(const char *text); // Get lower case version of provided string
|
||||
RLAPI const char *TextToPascal(const char *text); // Get Pascal case notation version of provided string
|
||||
RLAPI int TextToInteger(const char *text); // Get integer value from text (negative values not supported)
|
||||
RLAPI float TextToFloat(const char *text); // Get float value from text (negative values not supported)
|
||||
|
||||
//------------------------------------------------------------------------------------
|
||||
// Basic 3d Shapes Drawing Functions (Module: models)
|
||||
|
Reference in New Issue
Block a user