]> Dogcows Code - chaz/yoink/blobdiff - src/moof/rigid_body.cc
global gravity for rigid bodies
[chaz/yoink] / src / moof / rigid_body.cc
diff --git a/src/moof/rigid_body.cc b/src/moof/rigid_body.cc
new file mode 100644 (file)
index 0000000..ce409b4
--- /dev/null
@@ -0,0 +1,20 @@
+
+/*]  Copyright (c) 2009-2011, Charles McGarvey  [*****************************
+**]  All rights reserved.
+*
+* Distributable under the terms and conditions of the 2-clause BSD license;
+* see the file COPYING for a complete text of the license.
+*
+*****************************************************************************/
+
+#include "math.hh"
+
+
+namespace moof {
+
+
+scalar global_acceleration;
+
+
+} // namespace moof
+
This page took 0.018356 seconds and 4 git commands to generate.