Ravelin
RigidBodyf.h
1 /****************************************************************************
2  * Copyright 2015 Evan Drumwright
3  * This library is distributed under the terms of the Apache V2.0
4  * License (obtainable from http://www.apache.org/licenses/LICENSE-2.0).
5  ****************************************************************************/
6 
7 #ifndef _RAVELIN_RIGID_BODYF_H
8 #define _RAVELIN_RIGID_BODYF_H
9 
10 #include <set>
11 #include <boost/shared_ptr.hpp>
12 #include <boost/foreach.hpp>
13 #include <Ravelin/SingleBodyf.h>
14 #include <Ravelin/DynamicBodyf.h>
15 
16 namespace Ravelin {
17 
18 #include "fdefs.h"
19 #include "RigidBody.h"
20 #include "undefs.h"
21 
22 } // end namespace
23 
24 #endif
25