mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-24 17:10:36 +00:00
string include
This commit is contained in:
parent
75558a904b
commit
da269e31a7
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user