X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=laserbrain_demo;a=blobdiff_plain;f=src%2Fobject.h;h=65c39e1710847c678ce324e46ae20ac09a32f2a9;hp=cc82d1ba8e2f1107e4401e29a83089b8447e1dda;hb=ca5d732eb2b76da1e01428193effeb205ae951e9;hpb=2d2c46ef8cf99be431553993fe9d4a8e12281c7d 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_