LocalPlayer::accelerateHorizontal: cleanups
[oweals/minetest.git] / src / content_sao.h
index 0a1ae5ecfedd56ec9e9896b61d4bde196c4df90a..a986acab046f9b698862b05f117e713997bd44b4 100644 (file)
@@ -127,6 +127,7 @@ public:
                        bool select_horiz_by_yawpitch);
        std::string getName();
        bool getCollisionBox(aabb3f *toset) const;
+       bool getSelectionBox(aabb3f *toset) const;
        bool collideWithObjects() const;
 private:
        std::string getPropertyPacket();
@@ -357,6 +358,7 @@ public:
        }
 
        bool getCollisionBox(aabb3f *toset) const;
+       bool getSelectionBox(aabb3f *toset) const;
        bool collideWithObjects() const { return true; }
 
        void finalize(RemotePlayer *player, const std::set<std::string> &privs);