From: Perttu Ahola Date: Tue, 15 Nov 2011 23:15:07 +0000 (+0200) Subject: Remove content_mapnode.h and nodedef.h #includes X-Git-Url: http://81.2.79.47:8989/gitweb/?a=commitdiff_plain;h=a793533d1a058dbeac564ba8e3ff2b62362c37af;p=zefram%2Fminetest%2Fminetest_engine.git Remove content_mapnode.h and nodedef.h #includes --- diff --git a/src/main.cpp b/src/main.cpp index c94e903a..0646494f 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -334,11 +334,6 @@ TODO: Add a long step function to objects that is called with the time Map: ---- -TODO: Mineral and ground material properties - - This way mineral ground toughness can be calculated with just - some formula, as well as tool strengths. Sounds too. - - There are TODOs in appropriate files: material.h, content_mapnode.h - TODO: Flowing water to actually contain flow direction information - There is a space for this - it just has to be implemented. @@ -434,8 +429,6 @@ Doing currently: #include "settings.h" #include "profiler.h" #include "log.h" -#include "nodedef.h" // For init_contentfeatures -#include "content_mapnode.h" // For content_mapnode_init /* Settings.