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/tutorials/TutorialPreRender.java
27 27
import org.distorted.helpers.BlockController;
28 28
import org.distorted.helpers.MovesFinished;
29 29
import org.distorted.helpers.TwistyPreRender;
30
import org.distorted.objects.ObjectList;
31
import org.distorted.objects.TwistyObject;
30
import org.distorted.objectlb.ObjectList;
31
import org.distorted.objectlb.TwistyObject;
32 32

  
33 33
///////////////////////////////////////////////////////////////////////////////////////////////////
34 34

  

Also available in: Unified diff