mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-09-20 18:31:59 +00:00
string include
This commit is contained in:
@@ -27,7 +27,8 @@ void gdpush(int t);
|
|||||||
void shareScore(MOBPAR_FORMAL);
|
void shareScore(MOBPAR_FORMAL);
|
||||||
|
|
||||||
const char *scorefile, *conffile;
|
const char *scorefile, *conffile;
|
||||||
string levelfile, picfile;
|
#include <string>
|
||||||
|
std::string levelfile, picfile;
|
||||||
|
|
||||||
bool settingsChanged = false;
|
bool settingsChanged = false;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user