summaryrefslogtreecommitdiffstats
path: root/src/Generating/NetherFortGen.h
diff options
context:
space:
mode:
authorTiger Wang <ziwei.tiger@hotmail.co.uk>2014-04-18 21:17:52 +0200
committerTiger Wang <ziwei.tiger@hotmail.co.uk>2014-04-18 21:17:52 +0200
commit598719d7ab36e410e60137d98337c1129a483a6a (patch)
tree4dbc1d71c2eddda028449ed2cf8777554e872249 /src/Generating/NetherFortGen.h
parentFixed #906 (diff)
parentAdded performance test of the nether fort generator. (diff)
downloadcuberite-598719d7ab36e410e60137d98337c1129a483a6a.tar
cuberite-598719d7ab36e410e60137d98337c1129a483a6a.tar.gz
cuberite-598719d7ab36e410e60137d98337c1129a483a6a.tar.bz2
cuberite-598719d7ab36e410e60137d98337c1129a483a6a.tar.lz
cuberite-598719d7ab36e410e60137d98337c1129a483a6a.tar.xz
cuberite-598719d7ab36e410e60137d98337c1129a483a6a.tar.zst
cuberite-598719d7ab36e410e60137d98337c1129a483a6a.zip
Diffstat (limited to 'src/Generating/NetherFortGen.h')
-rw-r--r--src/Generating/NetherFortGen.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Generating/NetherFortGen.h b/src/Generating/NetherFortGen.h
index b82b6adf3..d51596b9e 100644
--- a/src/Generating/NetherFortGen.h
+++ b/src/Generating/NetherFortGen.h
@@ -26,6 +26,7 @@ public:
virtual ~cNetherFortGen();
protected:
+ friend class cNetherFortPerfTest; // fwd: NetherFortGen.cpp
class cNetherFort; // fwd: NetherFortGen.cpp
typedef std::list<cNetherFort *> cNetherForts;