]> Dogcows Code - chaz/yoink/blobdiff - src/Moof/Aabb.hh
fixed aabb static class problem
[chaz/yoink] / src / Moof / Aabb.hh
index 8fcdbc3787114aca620ba3bdf832698d119f66f3..d3229bc23f1939f5eea2d68b2a4dc80bf17844c7 100644 (file)
@@ -26,6 +26,9 @@
 namespace Mf {
 
 
+class Script;
+
+
 /**
  * Axis-aligned Bounding Box
  */
@@ -215,6 +218,8 @@ struct Aabb : public Cullable, public Drawable, public Shape<D>
 };
 
 
+void importAabbClass(Script& script);
+
 template <>
 inline void Aabb<3>::draw(Scalar alpha) const
 {
This page took 0.020625 seconds and 4 git commands to generate.