aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authordrumsetmonkey <abelleisle@roadrunner.com>2016-11-25 18:46:36 -0500
committerdrumsetmonkey <abelleisle@roadrunner.com>2016-11-25 18:46:36 -0500
commitb5edea8b1050aba3a8034687217fd62bb4d41aed (patch)
treefdf66430c4d7dfeee7ae6fd213623c1a0cd90691 /include
parent34d992d75ea2b7f7c663dab6731ae819c4c54001 (diff)
UI is now fancy
Diffstat (limited to 'include')
-rw-r--r--include/ui.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ui.hpp b/include/ui.hpp
index 64aa274..5863cf0 100644
--- a/include/ui.hpp
+++ b/include/ui.hpp
@@ -120,6 +120,7 @@ namespace ui {
void drawBox(vec2 c1, vec2 c2);
void drawNiceBox(vec2 c1, vec2 c2, float z);
+ void drawNiceBoxColor(vec2 c1, vec2 c2, float z, Color c);
void dialogBox(std::string name, std::string opt, bool passive, std::string text, ...);
void closeBox();
void waitForDialog(void);