X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=src%2FMoof%2FAabb.hh;h=d3229bc23f1939f5eea2d68b2a4dc80bf17844c7;hp=8fcdbc3787114aca620ba3bdf832698d119f66f3;hb=a298e820c6866814c1e0b68d6664573e34a0e6af;hpb=76b3f4be992514a740ac03cdbdd57844142a0b4c diff --git a/src/Moof/Aabb.hh b/src/Moof/Aabb.hh index 8fcdbc3..d3229bc 100644 --- a/src/Moof/Aabb.hh +++ b/src/Moof/Aabb.hh @@ -26,6 +26,9 @@ namespace Mf { +class Script; + + /** * Axis-aligned Bounding Box */ @@ -215,6 +218,8 @@ struct Aabb : public Cullable, public Drawable, public Shape }; +void importAabbClass(Script& script); + template <> inline void Aabb<3>::draw(Scalar alpha) const {