X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=laserbrain_demo;a=blobdiff_plain;f=src%2Fobjmesh.h;h=ece9efed59aa64f02459d93bda6b59fb1d1e8cfe;hp=811caf613b6d88feac2255143f220bc39eb13dd7;hb=6ef619c6d92c698728576a4ec1c798a0f716d9a4;hpb=b7c92831285013b2a0783bccaf3d900545ebb5ba 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_