X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fui%2FMessageBox.hpp;h=2cfdec9c4da0be7722e5372aeed9da70c675c2ea;hb=dcd54cacda98c2c0f7cf0c7a9131fb858d8ee10a;hp=b5a82c8b0a7b21f65be52587ee42b0c81dbd30e3;hpb=efc3c1ba52cbe0fc9a4010c37c2d7c7020a0b481;p=blank.git diff --git a/src/ui/MessageBox.hpp b/src/ui/MessageBox.hpp index b5a82c8..2cfdec9 100644 --- a/src/ui/MessageBox.hpp +++ b/src/ui/MessageBox.hpp @@ -3,11 +3,11 @@ #include "Text.hpp" #include "../graphics/align.hpp" +#include "../graphics/glm.hpp" #include "../graphics/PrimitiveMesh.hpp" #include #include -#include namespace blank { @@ -44,8 +44,8 @@ private: glm::vec3 adv; glm::vec2 size; - glm::vec4 bg; - glm::vec4 fg; + PrimitiveMesh::Color bg; + PrimitiveMesh::Color fg; PrimitiveMesh bg_mesh;