Ravelin
SForced.h
1 /****************************************************************************
2  * Copyright 2013 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 _SFORCED_H
8 #define _SFORCED_H
9 
10 #include <Ravelin/SVector6d.h>
11 
12 namespace Ravelin {
13 
14 #include "ddefs.h"
15 #include "SForce.h"
16 #include "undefs.h"
17 
18 } // end namespace
19 
20 #endif
21