]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - src/activeobject.h
Pre-select current game in world creation dialog
[dragonfireclient.git] / src / activeobject.h
index 1108a19de9fce4314f085f25598837f0513a2e09..1a75fba2efb1f67bbf0ced2541d708b901240ebb 100644 (file)
@@ -1,6 +1,6 @@
 /*
-Minetest-c55
-Copyright (C) 2010-2011 celeron55, Perttu Ahola <celeron55@gmail.com>
+Minetest
+Copyright (C) 2010-2013 celeron55, Perttu Ahola <celeron55@gmail.com>
 
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU Lesser General Public License as published by
@@ -61,7 +61,7 @@ class ActiveObject
        }
 
        virtual u8 getType() const = 0;
-
+       virtual bool getCollisionBox(aabb3f *toset) = 0;
 protected:
        u16 m_id; // 0 is invalid, "no id"
 };