Project

General

Profile

« Previous | Next » 

Revision 3103c3c8

Added by Leszek Koltunski about 1 year ago

Move opening local files to the OSInterface

View differences:

src/main/java/org/distorted/objectlib/tablebases/TBDino.java
11 11

  
12 12
import static org.distorted.objectlib.main.TwistyObject.SQ3;
13 13

  
14
import android.content.res.Resources;
15

  
16 14
import org.distorted.library.type.Static3D;
15
import org.distorted.objectlib.helpers.OperatingSystemInterface;
17 16

  
18 17
///////////////////////////////////////////////////////////////////////////////////////////////////
19 18

  
......
46 45

  
47 46
///////////////////////////////////////////////////////////////////////////////////////////////////
48 47

  
49
  public TBDino(Resources res, int[] middle, int[] high)
48
  public TBDino(OperatingSystemInterface os, int[] middle, int[] high)
50 49
    {
51
    super(res,middle,high);
50
    super(os,middle,high);
52 51
    }
53 52

  
54 53
///////////////////////////////////////////////////////////////////////////////////////////////////

Also available in: Unified diff