|
@@ -257,7 +257,7 @@
|
|
|
float y;
|
|
|
} Vector2;
|
|
|
|
|
|
- // Vector3 type // -- ConvertHSVtoRGB(), ConvertRGBtoHSV()
|
|
|
+ // Vector3 type // -- ConvertHSVtoRGB(), ConvertRGBtoHSV()
|
|
|
typedef struct Vector3 {
|
|
|
float x;
|
|
|
float y;
|
|
@@ -1206,7 +1206,6 @@ static int GetCharPressed(void); // -- GuiTextBox(), GuiTextBoxMulti(),
|
|
|
// 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()
|
|
|
//-------------------------------------------------------------------------------
|
|
|
|
|
@@ -1218,7 +1217,6 @@ static Texture2D LoadTextureFromImage(Image image); // -- GuiLoadStyle()
|
|
|
static void SetShapesTexture(Texture2D tex, Rectangle rec); // -- GuiLoadStyle()
|
|
|
static char *LoadFileText(const char *fileName); // -- GuiLoadStyle()
|
|
|
static const char *GetDirectoryPath(const char *filePath); // -- GuiLoadStyle()
|
|
|
-
|
|
|
static Vector2 MeasureTextEx(Font font, const char *text, float fontSize, float spacing); // -- GetTextWidth(), GuiTextBoxMulti()
|
|
|
static void DrawTextEx(Font font, const char *text, Vector2 position, float fontSize, float spacing, Color tint); // -- GuiDrawText()
|
|
|
//-------------------------------------------------------------------------------
|