Converted TextBox into a template class

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