1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-29 13:07:40 +00:00

moved spherical geometry to sphere.cpp

This commit is contained in:
?
2019-02-24 23:06:52 +01:00
committed by Zeno Rogue
parent c7cb93f2ed
commit 33d94beb4f
3 changed files with 168 additions and 161 deletions

View File

@@ -32,6 +32,7 @@
#include "binary-tiling.cpp"
#include "archimedean.cpp"
#include "euclid.cpp"
#include "sphere.cpp"
#include "crystal.cpp"
#include "language.cpp"
#include "cell.cpp"