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

fixup to last

This commit is contained in:
Zeno Rogue 2020-03-29 14:42:07 +02:00
parent 2d39bac2ef
commit 2b4b035604

View File

@ -88,12 +88,6 @@ namespace rogueviz {
inline hookset<void(vertexdata&, cell*, shmup::monster*, int)> *hooks_drawvertex;
namespace collatz {
extern double s2, s3, p2, p3;
void start();
void act(vertexdata&, cell*, shmup::monster*, int);
void lookup(long long reached, int bits);
}
void readcolor(const string& cfname);
extern bool on;