diff options
Diffstat (limited to 'src/cubetypes.h')
| -rw-r--r-- | src/cubetypes.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/cubetypes.h b/src/cubetypes.h index f9b4011..bb1ad10 100644 --- a/src/cubetypes.h +++ b/src/cubetypes.h | |||
| @@ -90,6 +90,7 @@ typedef struct commandargs CommandArgs; | |||
| 90 | typedef struct coordinate Coordinate; | 90 | typedef struct coordinate Coordinate; |
| 91 | typedef struct cube Cube; | 91 | typedef struct cube Cube; |
| 92 | typedef struct dfsarg DfsArg; | 92 | typedef struct dfsarg DfsArg; |
| 93 | typedef struct fstcube FstCube; | ||
| 93 | typedef struct indexer Indexer; | 94 | typedef struct indexer Indexer; |
| 94 | typedef struct movable Movable; | 95 | typedef struct movable Movable; |
| 95 | typedef struct moveset Moveset; | 96 | typedef struct moveset Moveset; |
| @@ -226,6 +227,21 @@ dfsarg | |||
| 226 | }; | 227 | }; |
| 227 | 228 | ||
| 228 | struct | 229 | struct |
| 230 | fstcube | ||
| 231 | { | ||
| 232 | uint16_t uf_eofb; | ||
| 233 | uint16_t uf_eposepe; | ||
| 234 | uint16_t uf_coud; | ||
| 235 | uint16_t uf_cp; | ||
| 236 | uint16_t fr_eofb; | ||
| 237 | uint16_t fr_eposepe; | ||
| 238 | uint16_t fr_coud; | ||
| 239 | uint16_t rd_eofb; | ||
| 240 | uint16_t rd_eposepe; | ||
| 241 | uint16_t rd_coud; | ||
| 242 | } | ||
| 243 | |||
| 244 | struct | ||
| 229 | indexer | 245 | indexer |
| 230 | { | 246 | { |
| 231 | int n; | 247 | int n; |
