diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2022-06-01 09:34:35 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2022-06-01 09:34:35 +0200 |
| commit | 62c9e8012e9a0844d9597b90723a928b71ad103b (patch) | |
| tree | a71621010f556333b10b85cf0ecf3398fd3a4734 /src/cubetypes.h | |
| parent | f021ee7fa4975eab02c158451093a28e83a725d9 (diff) | |
| download | nissy-62c9e8012e9a0844d9597b90723a928b71ad103b.tar.gz nissy-62c9e8012e9a0844d9597b90723a928b71ad103b.zip | |
Fixed some bugs - still more testing needed
Diffstat (limited to 'src/cubetypes.h')
| -rw-r--r-- | src/cubetypes.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cubetypes.h b/src/cubetypes.h index 3ba667c..109c6c4 100644 --- a/src/cubetypes.h +++ b/src/cubetypes.h | |||
| @@ -172,6 +172,7 @@ coordinate | |||
| 172 | CoordMover move; | 172 | CoordMover move; |
| 173 | CoordTransformer transform; | 173 | CoordTransformer transform; |
| 174 | SymData * sd; | 174 | SymData * sd; |
| 175 | TransFinder tfind; /* TODO: should be easy to remove */ | ||
| 175 | }; | 176 | }; |
| 176 | 177 | ||
| 177 | struct | 178 | struct |
