summaryrefslogtreecommitdiffstats
path: root/src/Map.h
diff options
context:
space:
mode:
authorandrew <xdotftw@gmail.com>2014-02-23 12:25:02 +0100
committerandrew <xdotftw@gmail.com>2014-02-23 12:25:02 +0100
commit30b22e9f59e0873be84e80c83d274dbe5353b835 (patch)
tree7d4a1de7ac03ccb112340ca80905ae77cfbea77b /src/Map.h
parentDocumented and exported cMapManager (diff)
downloadcuberite-30b22e9f59e0873be84e80c83d274dbe5353b835.tar
cuberite-30b22e9f59e0873be84e80c83d274dbe5353b835.tar.gz
cuberite-30b22e9f59e0873be84e80c83d274dbe5353b835.tar.bz2
cuberite-30b22e9f59e0873be84e80c83d274dbe5353b835.tar.lz
cuberite-30b22e9f59e0873be84e80c83d274dbe5353b835.tar.xz
cuberite-30b22e9f59e0873be84e80c83d274dbe5353b835.tar.zst
cuberite-30b22e9f59e0873be84e80c83d274dbe5353b835.zip
Diffstat (limited to 'src/Map.h')
-rw-r--r--src/Map.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Map.h b/src/Map.h
index fc754e6eb..a6df7e5f2 100644
--- a/src/Map.h
+++ b/src/Map.h
@@ -185,6 +185,11 @@ public:
const cColorList & GetData(void) const { return m_Data; }
+ static const char * GetClassStatic(void) // Needed for ManualBindings's DoWith templates
+ {
+ return "cMap";
+ }
+
protected: