1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-10 06:16:00 +00:00

rogueviz:: reimplemented staircase using new techniques and it works again

This commit is contained in:
Zeno Rogue
2021-04-02 14:37:55 +02:00
parent 954f0d1981
commit cfb438b48b
2 changed files with 118 additions and 209 deletions

View File

@@ -6,7 +6,7 @@
#include "objmodels.cpp"
#include "kohonen.cpp"
// #include "staircase.cpp" (currently does not work)
#include "staircase.cpp"
#include "banachtarski.cpp"
// #include "pentagonal.cpp" (currently does not work)
#include "functions.cpp"