X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=src%2FMoof%2FAabb.hh;h=d3229bc23f1939f5eea2d68b2a4dc80bf17844c7;hp=e510ce3b3b86db2191fd64200db06cb9bed3ac37;hb=c78934a448d0126709fccec3d5a636b3baa87da4;hpb=4107dd30ca1a4c7d1a5cd6c0999b9afb5adff779 diff --git a/src/Moof/Aabb.hh b/src/Moof/Aabb.hh index e510ce3..d3229bc 100644 --- a/src/Moof/Aabb.hh +++ b/src/Moof/Aabb.hh @@ -215,12 +215,11 @@ struct Aabb : public Cullable, public Drawable, public Shape { return true; } - - - static void importClass(Script& script); }; +void importAabbClass(Script& script); + template <> inline void Aabb<3>::draw(Scalar alpha) const {