X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Fobject.h;h=65c39e1710847c678ce324e46ae20ac09a32f2a9;hb=215f16e2f26cc2acc79255bab06f13452ec06ae5;hp=cc82d1ba8e2f1107e4401e29a83089b8447e1dda;hpb=b7c92831285013b2a0783bccaf3d900545ebb5ba;p=laserbrain_demo diff --git a/src/object.h b/src/object.h index cc82d1b..65c39e1 100644 --- a/src/object.h +++ b/src/object.h @@ -32,6 +32,8 @@ public: virtual void update(float dt = 0.0f); virtual void draw() const; + + virtual const AABox &get_aabox() const; }; #endif // OBJECT_H_