diff options
Diffstat (limited to 'src/misc/vec/vec.h')
-rw-r--r-- | src/misc/vec/vec.h | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/src/misc/vec/vec.h b/src/misc/vec/vec.h index d6ed53b9..fadf6405 100644 --- a/src/misc/vec/vec.h +++ b/src/misc/vec/vec.h @@ -21,17 +21,20 @@ #ifndef __VEC_H__ #define __VEC_H__ + //////////////////////////////////////////////////////////////////////// /// INCLUDES /// //////////////////////////////////////////////////////////////////////// #include "abc_global.h" + #include "vecInt.h" #include "vecFlt.h" #include "vecStr.h" #include "vecPtr.h" #include "vecVec.h" #include "vecAtt.h" +#include "vecWrd.h" //////////////////////////////////////////////////////////////////////// /// MACRO DEFINITIONS /// @@ -41,9 +44,10 @@ /// PARAMETERS /// //////////////////////////////////////////////////////////////////////// -#ifdef __cplusplus -extern "C" { -#endif + + +ABC_NAMESPACE_HEADER_START + //////////////////////////////////////////////////////////////////////// /// BASIC TYPES /// @@ -53,9 +57,11 @@ extern "C" { /// FUNCTION DECLARATIONS /// //////////////////////////////////////////////////////////////////////// -#ifdef __cplusplus -} -#endif + + +ABC_NAMESPACE_HEADER_END + + #endif |