]> Dogcows Code - chaz/yoink/blobdiff - src/Moof/Aabb.hh
fixed aabb static class problem
[chaz/yoink] / src / Moof / Aabb.hh
index e510ce3b3b86db2191fd64200db06cb9bed3ac37..d3229bc23f1939f5eea2d68b2a4dc80bf17844c7 100644 (file)
@@ -215,12 +215,11 @@ struct Aabb : public Cullable, public Drawable, public Shape<D>
        {
                return true;
        }
-
-
-       static void importClass(Script& script);
 };
 
 
+void importAabbClass(Script& script);
+
 template <>
 inline void Aabb<3>::draw(Scalar alpha) const
 {
This page took 0.021353 seconds and 4 git commands to generate.