mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-02 00:12:25 +00:00
exporting arb::load
This commit is contained in:
@@ -72,7 +72,7 @@ template<class T> void verify_index(int index, const T& v) { if(!correct_index(i
|
||||
|
||||
string unnamed = "unnamed";
|
||||
|
||||
void load(const string& fname) {
|
||||
EX void load(const string& fname) {
|
||||
fhstream f(fname, "rt");
|
||||
string s;
|
||||
while(true) {
|
||||
|
Reference in New Issue
Block a user