mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-23 15:36:59 +00:00
one more Android fixup
This commit is contained in:
parent
edeed6858a
commit
fcf22ea525
@ -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 <sys/stat.h>
|
||||
|
Loading…
Reference in New Issue
Block a user