Update raygui.h

This commit is contained in:
Ray
2023-06-01 22:50:10 +02:00
parent de7d3de282
commit 83e6cae9e4

View File

@ -1318,7 +1318,6 @@ static int GetCharPressed(void); // -- GuiTextBox(), GuiValueBox()
// Drawing required functions
//-------------------------------------------------------------------------------
static void DrawRectangle(int x, int y, int width, int height, Color color); // -- GuiDrawRectangle(), GuiDrawIcon()
static void DrawRectangleGradientEx(Rectangle rec, Color col1, Color col2, Color col3, Color col4); // -- GuiColorPicker()
//-------------------------------------------------------------------------------