Project

General

Profile

« Previous | Next » 

Revision 588ace55

Added by Leszek Koltunski over 2 years ago

Prepare the 'objectlib' package to be separated into a library module

View differences:

src/main/java/org/distorted/objects/TwistyDiamond.java
19 19

  
20 20
package org.distorted.objects;
21 21

  
22
import static org.distorted.objectlb.Movement.TYPE_NOT_SPLIT;
22
import static org.distorted.objectlib.Movement.TYPE_NOT_SPLIT;
23 23

  
24 24
import android.content.res.Resources;
25 25

  
26
import org.distorted.objectlb.ObjectShape;
27
import org.distorted.objectlb.ObjectSticker;
28
import org.distorted.objectlb.ScrambleState;
26
import org.distorted.objectlib.ObjectShape;
27
import org.distorted.objectlib.ObjectSticker;
28
import org.distorted.objectlib.ScrambleState;
29 29
import org.distorted.library.main.DistortedEffects;
30 30
import org.distorted.library.main.DistortedTexture;
31 31
import org.distorted.library.mesh.MeshSquare;
32 32
import org.distorted.library.type.Static3D;
33 33
import org.distorted.library.type.Static4D;
34 34
import org.distorted.main.R;
35
import org.distorted.objectlb.Movement;
36
import org.distorted.objectlb.Movement8;
37
import org.distorted.objectlb.ObjectList;
38
import org.distorted.objectlb.Twisty8;
35
import org.distorted.objectlib.Movement;
36
import org.distorted.objectlib.Movement8;
37
import org.distorted.objectlib.ObjectList;
38
import org.distorted.objectlib.Twisty8;
39 39

  
40 40
///////////////////////////////////////////////////////////////////////////////////////////////////
41 41

  

Also available in: Unified diff