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/TBCuboid232.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;
15 14

  
16 15
///////////////////////////////////////////////////////////////////////////////////////////////////
17 16

  
......
38 37

  
39 38
///////////////////////////////////////////////////////////////////////////////////////////////////
40 39

  
41
  public TBCuboid232(Resources res)
40
  public TBCuboid232(OperatingSystemInterface os)
42 41
    {
43
    super(res,org.distorted.objectlib.R.raw.cu_232_tablebase);
42
    super(os,org.distorted.objectlib.R.raw.cu_232_tablebase);
44 43
    }
45 44

  
46 45
///////////////////////////////////////////////////////////////////////////////////////////////////

Also available in: Unified diff