1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-04-06 02:37:19 +00:00

exporting arb::load

This commit is contained in:
Zeno Rogue 2020-03-21 19:05:44 +01:00
parent c3fdc34f7c
commit 862d2c7e65

View File

@ -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) {