Reverted templated TextBox; too much unnecessary complexity

This commit is contained in:
2015-08-14 20:51:09 +10:00
parent 8c3f7913f6
commit e8347cb9fb
3 changed files with 61 additions and 47 deletions
+1 -1
View File
@@ -56,5 +56,5 @@ protected:
Button startButton;
Button optionsButton;
Button quitButton;
TextBox<> textBox;
TextBox textBox;
};