X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=src%2FMoof%2FAabb.cc;fp=src%2FMoof%2FAabb.cc;h=125e9d19528a9c48abdfd956fb1d8bccfc16c545;hp=0000000000000000000000000000000000000000;hb=4107dd30ca1a4c7d1a5cd6c0999b9afb5adff779;hpb=58c1f9a499d3bb80ea2869b29c714f61e656d48d diff --git a/src/Moof/Aabb.cc b/src/Moof/Aabb.cc new file mode 100644 index 0000000..125e9d1 --- /dev/null +++ b/src/Moof/Aabb.cc @@ -0,0 +1,25 @@ + +/*] Copyright (c) 2009-2010, Charles McGarvey [************************** +**] All rights reserved. +* +* vi:ts=4 sw=4 tw=75 +* +* Distributable under the terms and conditions of the 2-clause BSD license; +* see the file COPYING for a complete text of the license. +* +**************************************************************************/ + +#include "Aabb.hh" +#include "Script.hh" + + +namespace Mf { + + +void Aabb::importClass(Script& script) +{ +} + + +} // namespace Mf +