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:
parent
c3fdc34f7c
commit
862d2c7e65
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user