From 0b38e943e1cd2ccd752f35358affd3fec08e23ca Mon Sep 17 00:00:00 2001 From: drumsetmonkey Date: Wed, 15 Jun 2016 07:45:30 -0400 Subject: Better text boxes --- include/ui.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'include/ui.hpp') 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(); -- cgit v1.2.3