I implemented the focused cells changing color, still a lots of work :)
[puzzles.git] / src / com / github / puzzles / core / Flipable.java
blob0c8c9b43ce3a139038ba89b7780eced64bd56f58
1 package com.github.puzzles.core;
4 public interface Flipable<T> {
5 public void flip(T cell);