]> Dogcows Code - chaz/yoink/blob - src/moof/aabb.cc
f403f7aa28f34c88629405eb9b077e6817945376
[chaz/yoink] / src / moof / aabb.cc
1
2 /*] Copyright (c) 2009-2011, Charles McGarvey [*****************************
3 **] All rights reserved.
4 *
5 * Distributable under the terms and conditions of the 2-clause BSD license;
6 * see the file COPYING for a complete text of the license.
7 *
8 *****************************************************************************/
9
10 #include "aabb.hh"
11 #include "script.hh"
12
13 namespace moof {
14
15 void import_aabb_class(script& script)
16 {
17 }
18
19 } // namepsace moof
20
This page took 0.031923 seconds and 3 git commands to generate.