3 #include "common/common.hpp"
6 class ToolHelperRestrict {
8 void cycle_restrict_mode();
9 void cycle_restrict_mode_xy();
10 std::string restrict_mode_to_string()
const;
11 enum class RestrictMode { X, Y, ARB };
12 RestrictMode restrict_mode = RestrictMode::ARB;
13 Coordi get_coord_restrict(
const Coordi &old,
const Coordi &cur)
const;