1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-11-23 21:07:17 +00:00

rv::som:: fixed paths in rogueviz-all

This commit is contained in:
Zeno Rogue 2022-04-21 12:34:11 +02:00
parent 6e0960bb58
commit 192cd50e5c

View File

@ -63,7 +63,12 @@
#include "gobot.cpp"
#include "extra-projections.cpp"
#include "kohonen.cpp"
#include "embeddings.cpp"
#include "som/kohonen.cpp"
#include "som/embeddings.cpp"
#include "som/analyzer.cpp"
#include "som/tests.cpp"
#include "som/voronoi.cpp"
#include "som/measures.cpp"
//#endif