one more Android fixup

This commit is contained in:
Zeno Rogue 2020-04-06 14:03:10 +02:00
parent edeed6858a
commit fcf22ea525
1 changed files with 2 additions and 2 deletions

View File

@ -58,6 +58,8 @@ void shareScore(MOBPAR_FORMAL);
bool settingsChanged = false; bool settingsChanged = false;
const char *scorefile;
struct transmatrix getOrientation(); struct transmatrix getOrientation();
} }
@ -184,8 +186,6 @@ Java_com_roguetemple_hyperroid_HyperRogue_getuColor(MOBPAR_FORMAL)
return glhr::current_glprogram->uColor; return glhr::current_glprogram->uColor;
} }
const char *scorefile;
string sscorefile, sconffile, scachefile; string sscorefile, sconffile, scachefile;
#include <sys/stat.h> #include <sys/stat.h>