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/TBIvyCube.java
9 9

  
10 10
package org.distorted.objectlib.tablebases;
11 11

  
12
import android.content.res.Resources;
13

  
14 12
import org.distorted.library.type.Static3D;
13
import org.distorted.objectlib.helpers.OperatingSystemInterface;
14

  
15 15
import static org.distorted.objectlib.main.TwistyObject.SQ3;
16 16

  
17 17
///////////////////////////////////////////////////////////////////////////////////////////////////
......
36 36

  
37 37
///////////////////////////////////////////////////////////////////////////////////////////////////
38 38

  
39
  public TBIvyCube(Resources res)
39
  public TBIvyCube(OperatingSystemInterface os)
40 40
    {
41
    super(res,org.distorted.objectlib.R.raw.ivy_2_tablebase);
41
    super(os,org.distorted.objectlib.R.raw.ivy_2_tablebase);
42 42
    }
43 43

  
44 44
///////////////////////////////////////////////////////////////////////////////////////////////////

Also available in: Unified diff