]> Dogcows Code - chaz/yoink/blob - src/Moof/Aabb.cc
script API improvements
[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 Mf {
17
18
19 void Aabb::importClass(Script& script)
20 {
21 }
22
23
24 } // namespace Mf
25
This page took 0.032519 seconds and 4 git commands to generate.