]> Dogcows Code - chaz/yoink/blob - src/moof/aabb.cc
pch support
[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
14 namespace moof {
15
16
17 void import_aabb_class(script& script)
18 {
19 }
20
21
22 } // namepsace moof
23
This page took 0.030907 seconds and 4 git commands to generate.