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,6 +9,6 @@ private:
~Util();
public:
static GLuint loadTexture(const std::string &filename);
static inline void glutBitmapString(const std::string str, int x, int y);
static void glutBitmapString(std::string str, int x, int y);
};