1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-03-17 18:49:43 +00:00

fixes for older compilers

This commit is contained in:
Zeno Rogue
2019-07-28 12:24:23 +02:00
parent f6c0bf0304
commit 2f804e9f1e
3 changed files with 6 additions and 6 deletions

View File

@@ -14,8 +14,8 @@ namespace solv {
const ld SXY = 32.;
const ld SZ = 8.;
using pt = hyperpoint;
using ptlow = array<float, 3>;
typedef hyperpoint pt;
typedef array<float, 3> ptlow;
ptlow inverse_exp_table[PRECZ][PRECX][PRECX];