aboutsummaryrefslogtreecommitdiff
path: root/src/base_tab/GameListManager.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/base_tab/GameListManager.hpp')
-rw-r--r--src/base_tab/GameListManager.hpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/base_tab/GameListManager.hpp b/src/base_tab/GameListManager.hpp
new file mode 100644
index 0000000..6f8aa06
--- /dev/null
+++ b/src/base_tab/GameListManager.hpp
@@ -0,0 +1,11 @@
+#include "ochess.hpp"
+
+typedef std::string CType;
+
+class GameListManager {
+ wxListCtrl *game_list;
+ long game_counter;
+public:
+ GameListManager(wxListCtrl *game_list);
+ void AddGame(CType W,CType B,CType Evt,CType Rnd, CType Res, CType Eco);
+}; \ No newline at end of file