From 2dce2a8a0ebd95e9e65d9d53206c4b2babc2af2f Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Sat, 10 Sep 2022 19:13:02 +0200 Subject: Added fst_cube prototypes --- src/cubetypes.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'src/cubetypes.h') 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; typedef struct coordinate Coordinate; typedef struct cube Cube; typedef struct dfsarg DfsArg; +typedef struct fstcube FstCube; typedef struct indexer Indexer; typedef struct movable Movable; typedef struct moveset Moveset; @@ -225,6 +226,21 @@ dfsarg void * extra; }; +struct +fstcube +{ + uint16_t uf_eofb; + uint16_t uf_eposepe; + uint16_t uf_coud; + uint16_t uf_cp; + uint16_t fr_eofb; + uint16_t fr_eposepe; + uint16_t fr_coud; + uint16_t rd_eofb; + uint16_t rd_eposepe; + uint16_t rd_coud; +} + struct indexer { -- cgit v1.3