v0.7.4b: restructured initialization logic into new android module

A lot of cleanup is needed for this, but everything works
This commit is contained in:
Evan Debenham
2019-08-01 15:35:27 -04:00
parent 11efd1d0c3
commit 3e815a3165
202 changed files with 483 additions and 313 deletions

View File

@@ -24,6 +24,7 @@ package com.watabou.utils;
import com.badlogic.gdx.Gdx;
import com.watabou.BuildConfig;
//TODO migrate to platformSupport class
public class DeviceCompat {
public static boolean supportsFullScreen(){