Modernize client code (#6250)
[oweals/minetest.git] / src / objdef.h
index 9e0c0b001786e3d4d49172f641f0e1bec8a96c24..1b96fa52a473f8270ea73fff9969e2229ff5dca0 100644 (file)
@@ -20,9 +20,8 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 #ifndef OBJDEF_HEADER
 #define OBJDEF_HEADER
 
-#include <string>
-#include <vector>
-#include "irrlichttypes.h"
+#include "util/basic_macros.h"
+#include "porting.h"
 
 class IGameDef;
 class INodeDefManager;
@@ -60,6 +59,7 @@ class ObjDefManager {
 public:
        ObjDefManager(IGameDef *gamedef, ObjDefType type);
        virtual ~ObjDefManager();
+       DISABLE_CLASS_COPY(ObjDefManager);
 
        virtual const char *getObjectTitle() const { return "ObjDef"; }