some kotlin translated classes

This commit is contained in:
2023-10-16 21:08:45 +03:00
parent 4062dcc89e
commit d6543b4db0
7 changed files with 41 additions and 395 deletions
@@ -359,7 +359,7 @@ class GameActivity : ComponentActivity(), DrawFrameListener, IDeviceData, IDownl
setContentView(mFrameLayout!!)
Log.d(this.localClassName, "Init EAIO/EAMIO")
EAIO.Startup(this)
StorageDirectory.Startup(this)
StorageDirectory.Startup()
if (easpHandler == null) {
Log.d(this.localClassName, "Init EASPHandler")
easpHandler = EASPHandler(this, mFrameLayout!!, gameGLSurfaceView!!)