mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-23 21:07:17 +00:00
removed tree and sag from rogueviz.h
This commit is contained in:
parent
27df09e9b7
commit
ed58bc9c6c
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user