button is draw by menu

This commit is contained in:
Remco
2016-06-20 12:11:24 +02:00
parent ced3ff4462
commit 6cf9437620
6 changed files with 17 additions and 12 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ private:
Vec3f foreground;
Vec3f background;
public:
Button(std::string &text, Vec2f position, float width, float height);
Button(const std::string &text, Vec2f position, float width, float height);
~Button();
void draw(void);