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