Project

General

Profile

« Previous | Next » 

Revision bdbbb4c5

Added by Leszek Koltunski over 2 years ago

Refactoring: split the 'objects' package into two, 'objects' and 'objectlib'.
The point: we're going to need to move the 'objectlib' stuff into its own library module, and that's because we're going to create a new app module which needs access to it.

View differences:

src/main/java/org/distorted/main/RubikActivity.java
45 45

  
46 46
import org.distorted.library.main.DistortedScreen;
47 47
import org.distorted.library.type.Static4D;
48
import org.distorted.objects.TwistyObject;
48
import org.distorted.objectlb.TwistyObject;
49 49
import org.distorted.network.RubikScores;
50 50
import org.distorted.network.RubikNetwork;
51
import org.distorted.objects.ObjectList;
51
import org.distorted.objectlb.ObjectList;
52 52
import org.distorted.screens.ScreenList;
53 53
import org.distorted.screens.RubikScreenPlay;
54 54
import org.distorted.tutorials.TutorialActivity;

Also available in: Unified diff