diff options
Diffstat (limited to 'old/2021-11-10-beforeremovingchecker/coord.h')
| -rw-r--r-- | old/2021-11-10-beforeremovingchecker/coord.h | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/old/2021-11-10-beforeremovingchecker/coord.h b/old/2021-11-10-beforeremovingchecker/coord.h new file mode 100644 index 0000000..81c1e9c --- /dev/null +++ b/old/2021-11-10-beforeremovingchecker/coord.h | |||
| @@ -0,0 +1,40 @@ | |||
| 1 | #ifndef COORD_H | ||
| 2 | #define COORD_H | ||
| 3 | |||
| 4 | #include "trans.h" | ||
| 5 | |||
| 6 | extern Coordinate coord_eofb; | ||
| 7 | extern Coordinate coord_eofbepos; | ||
| 8 | extern Coordinate coord_coud; | ||
| 9 | extern Coordinate coord_cp; | ||
| 10 | extern Coordinate coord_cphtr; | ||
| 11 | extern Coordinate coord_corners; | ||
| 12 | extern Coordinate coord_cornershtr; | ||
| 13 | extern Coordinate coord_cornershtrfin; | ||
| 14 | extern Coordinate coord_epud; | ||
| 15 | extern Coordinate coord_drud; | ||
| 16 | extern Coordinate coord_drud_eofb; | ||
| 17 | extern Coordinate coord_htr_drud; | ||
| 18 | extern Coordinate coord_htrfin; | ||
| 19 | |||
| 20 | bool check_centers(Cube cube); | ||
| 21 | bool check_corners(Cube cube); | ||
| 22 | bool check_cp(Cube cube); | ||
| 23 | bool check_cphtr(Cube cube); | ||
| 24 | bool check_cornershtr(Cube cube); | ||
| 25 | bool check_coud(Cube cube); | ||
| 26 | bool check_drud(Cube cube); | ||
| 27 | bool check_htr(Cube cube); | ||
| 28 | bool check_drudfin_noE(Cube cube); | ||
| 29 | bool check_eofb(Cube cube); | ||
| 30 | bool check_eofbepos(Cube cube); | ||
| 31 | bool check_epose(Cube cube); | ||
| 32 | bool check_ep(Cube cube); | ||
| 33 | bool check_epud(Cube cube); | ||
| 34 | bool check_khuge(Cube cube); | ||
| 35 | bool check_nothing(Cube cube); | ||
| 36 | |||
| 37 | void init_coord(); | ||
| 38 | |||
| 39 | #endif | ||
| 40 | |||
