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