modified raylib.h with added prototype
This commit is contained in:
parent
a210be6a8f
commit
a33094a7f4
|
|
@ -1441,6 +1441,7 @@ RLAPI bool ExportFontAsCode(Font font, const char *fileName);
|
|||
|
||||
// Text drawing functions
|
||||
RLAPI void DrawFPS(int posX, int posY); // Draw current FPS
|
||||
RLAPI void DrawFPS(int posX, int posY, Color color); // Draw current FPS in custom color
|
||||
RLAPI void DrawText(const char *text, int posX, int posY, int fontSize, Color color); // Draw text (using default font)
|
||||
RLAPI void DrawTextEx(Font font, const char *text, Vector2 position, float fontSize, float spacing, Color tint); // Draw text using font and additional parameters
|
||||
RLAPI void DrawTextPro(Font font, const char *text, Vector2 position, Vector2 origin, float rotation, float fontSize, float spacing, Color tint); // Draw text using Font and pro parameters (rotation)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user