mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-03-25 04:47:02 +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…
x
Reference in New Issue
Block a user