X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=laserbrain_demo;a=blobdiff_plain;f=src%2Fobjmesh.h;h=ece9efed59aa64f02459d93bda6b59fb1d1e8cfe;hp=811caf613b6d88feac2255143f220bc39eb13dd7;hb=ca5d732eb2b76da1e01428193effeb205ae951e9;hpb=2d2c46ef8cf99be431553993fe9d4a8e12281c7d diff --git a/src/objmesh.h b/src/objmesh.h index 811caf6..ece9efe 100644 --- a/src/objmesh.h +++ b/src/objmesh.h @@ -13,6 +13,8 @@ public: ObjType get_type() const; void draw() const; + + const AABox &get_aabox() const; }; #endif // OBJMESH_H_