mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-05-30 21:14:06 +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";
|
string unnamed = "unnamed";
|
||||||
|
|
||||||
void load(const string& fname) {
|
EX void load(const string& fname) {
|
||||||
fhstream f(fname, "rt");
|
fhstream f(fname, "rt");
|
||||||
string s;
|
string s;
|
||||||
while(true) {
|
while(true) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user