#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); void Clear(); };