diff options
Diffstat (limited to 'src/map/scl')
-rw-r--r-- | src/map/scl/sclCon.h | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/src/map/scl/sclCon.h b/src/map/scl/sclCon.h index 7a7be1b2..fd6ae273 100644 --- a/src/map/scl/sclCon.h +++ b/src/map/scl/sclCon.h @@ -17,6 +17,9 @@ Revision [$Id: sclCon.h,v 1.0 2012/08/24 00:00:00 alanmi Exp $] ***********************************************************************/ + +#ifndef ABC__scl_Con__h +#define ABC__scl_Con__h ABC_NAMESPACE_HEADER_START @@ -279,11 +282,11 @@ static inline float Scl_ConGetOutReqFloat( int i ) { return Scl_Wrd2Flt( Scl_ static inline float Scl_ConGetOutLoadFloat( int i ) { return Scl_Wrd2Flt( Scl_ConGetOutLoad(i) ); } +ABC_NAMESPACE_HEADER_END + +#endif + //////////////////////////////////////////////////////////////////////// /// END OF FILE /// //////////////////////////////////////////////////////////////////////// - -ABC_NAMESPACE_HEADER_END - - |