fixed bounding volume issue
[laserbrain_demo] / src / blob_exhibit.h
index 001047a..be279e6 100644 (file)
@@ -18,6 +18,8 @@ public:
 
        void update(float dt);
        void draw() const;
 
        void update(float dt);
        void draw() const;
+
+       const AABox &get_aabox() const;
 };
 
 #endif // BLOB_EXHIBIT_H_
 };
 
 #endif // BLOB_EXHIBIT_H_