1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-01-11 18:00:34 +00:00

fixup to last

This commit is contained in:
Zeno Rogue 2024-07-23 15:23:36 +02:00
parent a8609ed467
commit bb5b19c404

View File

@ -22,7 +22,6 @@
#include "janko.cpp" #include "janko.cpp"
#include "qtm.cpp" #include "qtm.cpp"
#include "rewriting.cpp" #include "rewriting.cpp"
#include "sag.cpp"
#include "collatz.cpp" #include "collatz.cpp"
#include "tree.cpp" #include "tree.cpp"
#include "fullnet.cpp" #include "fullnet.cpp"
@ -85,6 +84,9 @@
#include "som/voronoi.cpp" #include "som/voronoi.cpp"
#include "som/measures.cpp" #include "som/measures.cpp"
#include "sag/sag.cpp"
// the following comments are read by mymake so that it knows that the files include other files there: // the following comments are read by mymake so that it knows that the files include other files there:
// hidden dependencies: rogueviz/nilrider/ // hidden dependencies: rogueviz/nilrider/
// hidden dependencies: rogueviz/dhrg/ // hidden dependencies: rogueviz/dhrg/