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

euc:: moved Euclidean honeycomb shape definitions to euclid.cpp

This commit is contained in:
Zeno Rogue
2020-05-15 11:40:57 +02:00
parent 4cde3e0984
commit 711b9d37de
3 changed files with 77 additions and 57 deletions

View File

@@ -573,6 +573,7 @@ void geometry_information::prepare_basics() {
#endif
#if MAXMDIM >= 4
if(reg3::in()) reg3::generate();
if(euc::in(3)) euc::generate();
#endif
hybrid_finish: