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

wall coordinate reading

This commit is contained in:
Zeno Rogue
2019-10-22 12:07:38 +02:00
parent ae2d825075
commit 08700803c0
3 changed files with 54 additions and 62 deletions

View File

@@ -251,6 +251,9 @@ hpcshape
vector<hpcshape> shPlainWall3D, shWireframe3D, shWall3D, shMiniWall3D;
vector<hyperpoint> walltester;
vector<int> wallstart;
vector<transmatrix> raywall;
vector<struct plain_floorshape*> all_plain_floorshapes;
vector<struct escher_floorshape*> all_escher_floorshapes;