Ravelin
SForcef.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 _SFORCEF_H
8 #define _SFORCEF_H
9 
10 #include <Ravelin/SVector6f.h>
11 
12 namespace Ravelin {
13 
14 #include "fdefs.h"
15 #include "SForce.h"
16 #include "undefs.h"
17 
18 } // end namespace
19 
20 #endif
21