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/effects/objectchange/ObjectChangeEffect.java
25 25
import org.distorted.library.main.DistortedScreen;
26 26
import org.distorted.library.message.EffectListener;
27 27
import org.distorted.effects.EffectController;
28
import org.distorted.objects.TwistyObject;
28
import org.distorted.objectlb.TwistyObject;
29 29

  
30 30
import java.lang.reflect.Method;
31 31

  

Also available in: Unified diff