aboutsummaryrefslogtreecommitdiff
path: root/src/cubetypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cubetypes.h')
-rw-r--r--src/cubetypes.h16
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;
90typedef struct coordinate Coordinate; 90typedef struct coordinate Coordinate;
91typedef struct cube Cube; 91typedef struct cube Cube;
92typedef struct dfsarg DfsArg; 92typedef struct dfsarg DfsArg;
93typedef struct fstcube FstCube;
93typedef struct indexer Indexer; 94typedef struct indexer Indexer;
94typedef struct movable Movable; 95typedef struct movable Movable;
95typedef struct moveset Moveset; 96typedef struct moveset Moveset;
@@ -226,6 +227,21 @@ dfsarg
226}; 227};
227 228
228struct 229struct
230fstcube
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
244struct
229indexer 245indexer
230{ 246{
231 int n; 247 int n;

Generated with cgit - Back to sebastiano.tronto.net