Project

General

Profile

« Previous | Next » 

Revision da57afae

Added by Leszek Koltunski about 1 year ago

Move opening local files to the OSInterface

View differences:

src/main/java/org/distorted/tutorials/TutorialSurfaceView.java
18 18

  
19 19
import com.google.firebase.crashlytics.FirebaseCrashlytics;
20 20

  
21
import org.distorted.objectlib.helpers.OperatingSystemInterface;
21 22
import org.distorted.objectlib.main.ObjectControl;
22 23
import org.distorted.objectlib.main.TwistyObjectNode;
23 24
import org.distorted.os.OSInterface;
......
72 73
      return mObjectController;
73 74
      }
74 75

  
76
///////////////////////////////////////////////////////////////////////////////////////////////////
77

  
78
    OSInterface getInterface()
79
      {
80
      return mInterface;
81
      }
82

  
75 83
///////////////////////////////////////////////////////////////////////////////////////////////////
76 84
// PUBLIC API
77 85
///////////////////////////////////////////////////////////////////////////////////////////////////

Also available in: Unified diff