mirror of
https://github.com/raysan5/raygui.git
synced 2025-12-25 10:22:33 -05:00
Update raygui.h
This commit is contained in:
@ -5065,6 +5065,7 @@ static const char *GetTextIcon(const char *text, int *iconId)
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Get text divided into lines (by line-breaks '\n')
|
// Get text divided into lines (by line-breaks '\n')
|
||||||
|
// WARNING: It returns pointers to new lines but it does not add NULL ('\0') terminator!
|
||||||
static const char **GetTextLines(const char *text, int *count)
|
static const char **GetTextLines(const char *text, int *count)
|
||||||
{
|
{
|
||||||
#define RAYGUI_MAX_TEXT_LINES 128
|
#define RAYGUI_MAX_TEXT_LINES 128
|
||||||
|
|||||||
Reference in New Issue
Block a user