diff options
author | drumsetmonkey <abelleisle@roadrunner.com> | 2016-11-25 18:46:36 -0500 |
---|---|---|
committer | drumsetmonkey <abelleisle@roadrunner.com> | 2016-11-25 18:46:36 -0500 |
commit | b5edea8b1050aba3a8034687217fd62bb4d41aed (patch) | |
tree | fdf66430c4d7dfeee7ae6fd213623c1a0cd90691 /include/ui.hpp | |
parent | 34d992d75ea2b7f7c663dab6731ae819c4c54001 (diff) |
UI is now fancy
Diffstat (limited to 'include/ui.hpp')
-rw-r--r-- | include/ui.hpp | 1 |
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); |