1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-15 01:39:57 +00:00
This commit is contained in:
Zeno Rogue 2018-08-25 00:09:33 +02:00
parent b63b4a810b
commit e54da982d1

View File

@ -186,6 +186,8 @@ Java_com_roguetemple_hyperroid_HyperRogue_getuColor(MOBPAR_FORMAL)
return glhr::current->uColor;
}
const char *scorefile;
string sscorefile, sconffile, scachefile;
#include <sys/stat.h>