diff --git a/hyperroid/app/src/main/jni/hyper.cpp b/hyperroid/app/src/main/jni/hyper.cpp index 4442a56b..5e09871e 100644 --- a/hyperroid/app/src/main/jni/hyper.cpp +++ b/hyperroid/app/src/main/jni/hyper.cpp @@ -58,6 +58,8 @@ void shareScore(MOBPAR_FORMAL); bool settingsChanged = false; +const char *scorefile; + struct transmatrix getOrientation(); } @@ -184,8 +186,6 @@ Java_com_roguetemple_hyperroid_HyperRogue_getuColor(MOBPAR_FORMAL) return glhr::current_glprogram->uColor; } -const char *scorefile; - string sscorefile, sconffile, scachefile; #include