Package dwlab.android

Source Code of dwlab.android.testActivity

package dwlab.android;

import playn.android.GameActivity;
import playn.core.PlayN;

import dwlab.core.test;

public class testActivity extends GameActivity {

  @Override
  public void main(){
    PlayN.run(new test());
  }
}
TOP

Related Classes of dwlab.android.testActivity

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.