From 140b51f2bcd9c0aaa5b536d85702064a93530188 Mon Sep 17 00:00:00 2001 From: Justin Worthe Date: Wed, 3 Jun 2015 23:03:40 +0200 Subject: Moved mapping move to string to its own file --- include/move_string_mapper.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 include/move_string_mapper.h (limited to 'include') diff --git a/include/move_string_mapper.h b/include/move_string_mapper.h new file mode 100644 index 0000000..46144c7 --- /dev/null +++ b/include/move_string_mapper.h @@ -0,0 +1,14 @@ +#pragma once + +#include +#include +#include "move.h" + +class MoveStringMapper +{ +public: + MoveStringMapper(); + std::string toString(const Move &move); +private: + std::map moveMap; +}; -- cgit v1.2.3