1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-25 10:57:59 +00:00

started using auto-header generator

This commit is contained in:
Zeno Rogue
2019-08-09 15:07:43 +02:00
parent f4eda1d76e
commit ac680b39c2
3 changed files with 126 additions and 56 deletions

19
hyper.h
View File

@@ -4761,19 +4761,6 @@ bool saved_tortoise_on(cell *c);
#define REVRING(i) for(double i=cgi.S84; i>=-1e-6; i-=SD3 * pow(.5, vid.linequality))
#define PRING(i) for(double i=0; i<=cgi.S84+1e-6; i+= pow(.5, vid.linequality))
#define REVPRING(i) for(double i=cgi.S84; i>=-1e-6; i-=pow(.5, vid.linequality))
#if CAP_BT
namespace binary {
transmatrix parabolic(ld u);
transmatrix parabolic3(ld u, ld v);
extern ld btrange, btrange_cosh;
hrmap *new_map();
hrmap *new_alt_map(heptagon *o);
hyperpoint get_horopoint(ld y, ld x);
hyperpoint get_horopoint3(ld y, ld x, ld z);
hyperpoint get_horopoint(hyperpoint h);
}
#endif
#if MAXMDIM == 4
namespace euclid3 {
@@ -5662,4 +5649,8 @@ extern int noclipped;
void draw_radar(bool cornermode);
namespace binary { int updir(); }
}
#define EX
#define EXT(z)
}
#include "autohdr.h"