nissy-fmc

A Rubik's cube FMC assistant
git clone https://git.tronto.net/nissy-fmc
Download | Log | Files | Refs | README | LICENSE

steps.h (269B)


      1 /*
      2  * The coordinates[] array contains all coordinates to be read from or written
      3  * to a file. This includes the base coordinates for SYMCOMP coordinates, but
      4  * not the base coordinates for SYM coordinates.
      5  */
      6 extern Coordinate *coordinates[];
      7 extern Step *steps[];