1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-12-25 23:06:02 +00:00

landgen refactoring

This commit is contained in:
Zeno Rogue
2017-10-08 12:10:40 +02:00
parent 362abea781
commit f1bba9de0d
10 changed files with 4322 additions and 4288 deletions

View File

@@ -344,6 +344,11 @@ const char *loadlevel = NULL;
#include "yendor.cpp"
#include "complex.cpp"
#include "game.cpp"
#include "orbgen.cpp"
#include "monstergen.cpp"
#include "barriers.cpp"
#include "bigstuff.cpp"
#include "landlock.cpp"
#include "landgen.cpp"
#include "orbs.cpp"
#if CAP_INV