#ifndef GUARD_MOVE_ID_JSON_H #define GUARD_MOVE_ID_JSON_H #include using std::string; int get_move_id(string move_macro); #endif