cleaned up and fleshed out geom.h/geom.cc and preparing to add bounding
[laserbrain_demo] / src / object.h
index cc82d1b..65c39e1 100644 (file)
@@ -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_