summaryrefslogtreecommitdiff
path: root/src/content_mapblock.h
diff options
context:
space:
mode:
authorKahrl <kahrl@gmx.net>2012-03-13 18:56:12 +0100
committerPerttu Ahola <celeron55@gmail.com>2012-03-15 21:45:44 +0200
commit807a0d313ba667356ee8af8ef5ae82b6c4881d15 (patch)
treec4674e1c193cfcf8359c788ed5894d3cc1849648 /src/content_mapblock.h
parentf9a66c5d46b225d0ddbbad939232348bc5ebf959 (diff)
downloadminetest-807a0d313ba667356ee8af8ef5ae82b6c4881d15.tar.gz
minetest-807a0d313ba667356ee8af8ef5ae82b6c4881d15.tar.bz2
minetest-807a0d313ba667356ee8af8ef5ae82b6c4881d15.zip
MapBlockMesh, mesh animation system, urgent mesh updates, athmospheric light, removed footprints
Diffstat (limited to 'src/content_mapblock.h')
-rw-r--r--src/content_mapblock.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/src/content_mapblock.h b/src/content_mapblock.h
index eaf74b142..af25191b4 100644
--- a/src/content_mapblock.h
+++ b/src/content_mapblock.h
@@ -20,13 +20,10 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#ifndef CONTENT_MAPBLOCK_HEADER
#define CONTENT_MAPBLOCK_HEADER
-#ifndef SERVER
- #include "mapblock_mesh.h"
- #include "utility.h"
-class IGameDef;
+struct MeshMakeData;
+struct MeshCollector;
void mapblock_mesh_generate_special(MeshMakeData *data,
- MeshCollector &collector, IGameDef *gamedef);
-#endif
+ MeshCollector &collector);
#endif