1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-12-24 01:00:25 +00:00

string include

This commit is contained in:
Zeno Rogue 2017-08-06 15:49:33 +02:00
parent 75558a904b
commit da269e31a7

View File

@ -27,7 +27,8 @@ void gdpush(int t);
void shareScore(MOBPAR_FORMAL);
const char *scorefile, *conffile;
string levelfile, picfile;
#include <string>
std::string levelfile, picfile;
bool settingsChanged = false;