X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=laserbrain_demo;a=blobdiff_plain;f=src%2Fblob_exhibit.h;h=be279e64d40d3a41848cb4a1a08bdcbdee012c3b;hp=001047a0739b9997d7f1552f93608ad099bef7dd;hb=03085a16aa2fef785083fa3921be83015e08b290;hpb=fa954e4716d12939552b592f46a4e08405ecfb24 diff --git a/src/blob_exhibit.h b/src/blob_exhibit.h index 001047a..be279e6 100644 --- a/src/blob_exhibit.h +++ b/src/blob_exhibit.h @@ -18,6 +18,8 @@ public: void update(float dt); void draw() const; + + const AABox &get_aabox() const; }; #endif // BLOB_EXHIBIT_H_