Project

General

Profile

« Previous | Next » 

Revision 3f7a4363

Added by Leszek Koltunski over 2 years ago

Remove all files that have been separated into a new library 'objectlib'

View differences:

src/main/java/org/distorted/effects/BaseEffect.java
23 23
import java.lang.reflect.Method;
24 24
import android.content.SharedPreferences;
25 25

  
26
import org.distorted.library.main.DistortedScreen;
27

  
26 28
import org.distorted.effects.scramble.ScrambleEffect;
27 29
import org.distorted.effects.objectchange.ObjectChangeEffect;
28 30
import org.distorted.effects.solve.SolveEffect;
29 31
import org.distorted.effects.win.WinEffect;
30
import org.distorted.library.main.DistortedScreen;
31 32
import org.distorted.main.R;
32 33

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

Also available in: Unified diff