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=f403f7aa28f34c88629405eb9b077e6817945376;hp=cbad71bf624704d345c84127a87e1cc062558273;hb=574af38ed616d1adfa5e6ce35f67cda1f707f89d;hpb=6c9943707d4f33035830eba0587a61a34eaecbc2 diff --git a/src/moof/aabb.cc b/src/moof/aabb.cc index cbad71b..f403f7a 100644 --- a/src/moof/aabb.cc +++ b/src/moof/aabb.cc @@ -1,21 +1,17 @@ -/*] Copyright (c) 2009-2010, Charles McGarvey [************************** +/*] Copyright (c) 2009-2011, 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 moof { - void import_aabb_class(script& script) { }