diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2016-06-15 07:49:35 -0400 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2016-06-15 07:49:35 -0400 |
commit | 1b49be1c9c8e8887564dbb0aa69519bc538d81e7 (patch) | |
tree | 77555d2c82ccdc70f5b4c11f6aae38bab9e3d588 /include | |
parent | 8f385ec7ac5a78bc3bf70170f4ab39ebcac8e32a (diff) | |
parent | 0b38e943e1cd2ccd752f35358affd3fec08e23ca (diff) |
mergeeee
Diffstat (limited to 'include')
-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 7d9b9f5..507a211 100644 --- a/include/ui.hpp +++ b/include/ui.hpp @@ -108,6 +108,7 @@ namespace ui { */ void drawBox(vec2 c1, vec2 c2); + void drawNiceBox(vec2 c1, vec2 c2, float z); void dialogBox(std::string name, std::string opt, bool passive, std::string text, ...); void merchantBox(const char *name,Trade trade,const char *opt,bool passive,const char *text,...); void merchantBox(); |