diff options
author | andrew <xdotftw@gmail.com> | 2014-02-23 12:25:02 +0100 |
---|---|---|
committer | andrew <xdotftw@gmail.com> | 2014-02-23 12:25:02 +0100 |
commit | 30b22e9f59e0873be84e80c83d274dbe5353b835 (patch) | |
tree | 7d4a1de7ac03ccb112340ca80905ae77cfbea77b /src/Map.h | |
parent | Documented and exported cMapManager (diff) | |
download | cuberite-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.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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: |