X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Factiveobject.h;h=46880fc7feb10819a775bc9c0cbee0ce8e7a0fb9;hb=58e6d25e033c76dc91aaac18fdeda92ac23fe0e1;hp=1a75fba2efb1f67bbf0ced2541d708b901240ebb;hpb=a0566270d9fa075afa36a7e3e68c690b1b23ba90;p=oweals%2Fminetest.git diff --git a/src/activeobject.h b/src/activeobject.h index 1a75fba2e..46880fc7f 100644 --- a/src/activeobject.h +++ b/src/activeobject.h @@ -20,7 +20,7 @@ with this program; if not, write to the Free Software Foundation, Inc., #ifndef ACTIVEOBJECT_HEADER #define ACTIVEOBJECT_HEADER -#include "irrlichttypes_bloated.h" +#include "irr_aabb3d.h" #include #define ACTIVEOBJECT_TYPE_INVALID 0 @@ -62,6 +62,7 @@ public: virtual u8 getType() const = 0; virtual bool getCollisionBox(aabb3f *toset) = 0; + virtual bool collideWithObjects() = 0; protected: u16 m_id; // 0 is invalid, "no id" };