Project

General

Profile

« Previous | Next » 

Revision 7c111294

Added by Leszek Koltunski over 2 years ago

Move PreRender to objectlib.
This code is now shared betweeen the Rubik and Tutorial activities.

View differences:

src/main/java/org/distorted/objectlib/helpers/TwistyActivity.java
21 21

  
22 22
import androidx.appcompat.app.AppCompatActivity;
23 23

  
24
import org.distorted.objectlib.main.ObjectPreRender;
25

  
24 26
///////////////////////////////////////////////////////////////////////////////////////////////////
25 27

  
26 28
abstract public class TwistyActivity extends AppCompatActivity
......
29 31

  
30 32
///////////////////////////////////////////////////////////////////////////////////////////////////
31 33

  
32
  public abstract TwistyPreRender getTwistyPreRender();
34
  public abstract ObjectPreRender getPreRender();
33 35

  
34 36
///////////////////////////////////////////////////////////////////////////////////////////////////
35 37

  

Also available in: Unified diff