Merge branch 'master' of goat:git/laserbrain_demo
[laserbrain_demo] / src / objmesh.h
index 811caf6..ece9efe 100644 (file)
@@ -13,6 +13,8 @@ public:
        ObjType get_type() const;
 
        void draw() const;
+
+       const AABox &get_aabox() const;
 };
 
 #endif // OBJMESH_H_