1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-25 22:53:19 +00:00

removed tree and sag from rogueviz.h

This commit is contained in:
Zeno Rogue 2020-03-29 14:38:30 +02:00
parent 27df09e9b7
commit ed58bc9c6c

View File

@ -91,11 +91,6 @@ namespace rogueviz {
void act(vertexdata&, cell*, shmup::monster*, int);
void lookup(long long reached, int bits);
}
namespace tree { void read(string fn); }
namespace sag { extern ld edgepower, edgemul;
void read(string fn);
void loadsnake(const string& fn);
}
void readcolor(const string& cfname);
extern bool on;