1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-28 20:37:40 +00:00

rogueviz.cpp now includes only rogueviz core while rogueviz-all includes all; rogueviz modules can be included separately now

This commit is contained in:
Zeno Rogue
2020-03-29 16:03:31 +02:00
parent de0218b732
commit c0e11b731a
12 changed files with 48 additions and 78 deletions

View File

@@ -4,6 +4,8 @@
// Kohonen's self-organizing maps.
// This is a part of RogueViz, not a part of HyperRogue.
#include "rogueviz.h"
namespace rogueviz { namespace kohonen {
int kohonen_id;