From 4750ba5a6c51ff112e50e3c7835d6820bbcba55a Mon Sep 17 00:00:00 2001 From: Tobi Date: Sun, 1 Aug 2021 12:55:26 +0200 Subject: [PATCH] Update renderd7.hpp --- renderd7.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/renderd7.hpp b/renderd7.hpp index 755aada..6bf3ad3 100644 --- a/renderd7.hpp +++ b/renderd7.hpp @@ -163,6 +163,7 @@ namespace RenderD7 void ClearTextBufs(void); bool DrawRect(float x, float y, float w, float h, u32 color); + bool DrawPx(float x, float y, u32 color); void DrawTextCentered(float x, float y, float size, u32 color, std::string Text, int maxWidth = 0, int maxHeight = 0, C2D_Font fnt = nullptr); void DrawText(float x, float y, float size, u32 color, std::string Text, int maxWidth = 0, int maxHeight = 0, C2D_Font fnt = nullptr); void DrawTextLeft(float x, float y, float size, u32 color, std::string Text, int maxWidth = 0, int maxHeight = 0, C2D_Font fnt = nullptr);