summaryrefslogtreecommitdiffstats
path: root/src/Generating/NetherFortGen.h
diff options
context:
space:
mode:
authormadmaxoft <github@xoft.cz>2014-04-18 14:35:33 +0200
committermadmaxoft <github@xoft.cz>2014-04-18 14:35:33 +0200
commit6d3bde52216020c59c7f1851d090bae1d1954f39 (patch)
tree94dff9fbbce5e3aaf4dbfbcf7f752366dc7346c4 /src/Generating/NetherFortGen.h
parentRemoved unsupported C++11 features. (diff)
downloadcuberite-6d3bde52216020c59c7f1851d090bae1d1954f39.tar
cuberite-6d3bde52216020c59c7f1851d090bae1d1954f39.tar.gz
cuberite-6d3bde52216020c59c7f1851d090bae1d1954f39.tar.bz2
cuberite-6d3bde52216020c59c7f1851d090bae1d1954f39.tar.lz
cuberite-6d3bde52216020c59c7f1851d090bae1d1954f39.tar.xz
cuberite-6d3bde52216020c59c7f1851d090bae1d1954f39.tar.zst
cuberite-6d3bde52216020c59c7f1851d090bae1d1954f39.zip
Diffstat (limited to '')
-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;