diff --git a/nx01-x4o-fc18/src/main/java/org/x4o/fc18/zion7/FourCornerZion7Candlelier.java b/nx01-x4o-fc18/src/main/java/org/x4o/fc18/zion7/FourCornerZion7Candlelier.java index e655d90..bc8d52f 100644 --- a/nx01-x4o-fc18/src/main/java/org/x4o/fc18/zion7/FourCornerZion7Candlelier.java +++ b/nx01-x4o-fc18/src/main/java/org/x4o/fc18/zion7/FourCornerZion7Candlelier.java @@ -33,6 +33,11 @@ import org.x4o.fc18.cake2.FourCornerDotCake; /// @version 1.0 Jan 09, 2025 public interface FourCornerZion7Candlelier { + // TODO: remove dot cake enum and change offsets to full cake points + // (and remove duplicate list objects like;) + // maybe remove cakeSliceStart as that is not needed for write support, (is already in fire) + //void strobeWords(List text, int textStart, int textStop, int cakeSliceStart); + /// Single word from slice. void strobeWord(FourCornerDotCake slice, int offset);