Skip to content

Commit a9c24c5

Browse files
committed
first logic commit
1 parent 0e78933 commit a9c24c5

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
package de.littlerolf.sav.logic;
2+
3+
import de.littlerolf.sav.loader.SorterLoader;
4+
5+
public class SortEngineManager {
6+
private SorterLoader sl;
7+
//TODO: heavy important stuff for tomorrow
8+
}

0 commit comments

Comments
 (0)