diff --git a/renderd7.hpp b/renderd7.hpp index 5b8eade..f20c4f8 100644 --- a/renderd7.hpp +++ b/renderd7.hpp @@ -189,6 +189,7 @@ namespace RenderD7 void ClearTextBufs(void); bool DrawRect(float x, float y, float w, float h, u32 color); + bool DrawNFRect(float p1x, float p1y, float p2x, float p2y, 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);