diff options
| author | Ray <[email protected]> | 2022-03-12 21:27:24 +0100 |
|---|---|---|
| committer | Ray <[email protected]> | 2022-03-12 21:27:24 +0100 |
| commit | a5a098c97fe1410c41a698e86975c941787591fa (patch) | |
| tree | a48e1793edf86107704d95bc074fe796e4806f9e /src/raylib.h | |
| parent | 8065504aba66eeddc69111508ef8a267358467a6 (diff) | |
| download | raylib-a5a098c97fe1410c41a698e86975c941787591fa.tar.gz raylib-a5a098c97fe1410c41a698e86975c941787591fa.zip | |
Remove space
Diffstat (limited to 'src/raylib.h')
| -rw-r--r-- | src/raylib.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/raylib.h b/src/raylib.h index 1604ecc1..262194fd 100644 --- a/src/raylib.h +++ b/src/raylib.h @@ -1331,7 +1331,6 @@ RLAPI void UnloadFontData(GlyphInfo *chars, int glyphCount); RLAPI void UnloadFont(Font font); // Unload font from GPU memory (VRAM) RLAPI bool ExportFontAsCode(Font font, const char *fileName); // Export font as code file, returns true on success - // Text drawing functions RLAPI void DrawFPS(int posX, int posY); // Draw current FPS RLAPI void DrawText(const char *text, int posX, int posY, int fontSize, Color color); // Draw text (using default font) |
