From 34cb90f97c32f498cefed53b7774ab1934387289 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Sun, 18 Nov 2018 18:13:15 +0100 Subject: [PATCH] fixed some exports --- hyper.h | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/hyper.h b/hyper.h index 1da74171..9609e88c 100644 --- a/hyper.h +++ b/hyper.h @@ -4177,7 +4177,14 @@ extern void calcTidalPhase(); void curvepoint(const hyperpoint& H1); dqi_poly& queuecurve(color_t linecol, color_t fillcol, PPR prio); + ld cos_auto(ld x); +ld sin_auto(ld x); +ld tan_auto(ld x); +ld asin_auto(ld x); +ld atan_auto(ld x); +ld atan2_auto(ld x); +ld atan2(hyperpoint h); namespace anims { void apply(); @@ -4396,6 +4403,9 @@ extern hookset *hooks_o_key; named_functionality get_o_key(); +hyperpoint nearcorner(cell *c, int i); +extern bool showquotients; + bool do_draw(cell *c, const transmatrix& T); }