diff options
Diffstat (limited to 'src/map/super/super.h')
-rw-r--r-- | src/map/super/super.h | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/src/map/super/super.h b/src/map/super/super.h index 9f5e83ae..246ea092 100644 --- a/src/map/super/super.h +++ b/src/map/super/super.h @@ -19,6 +19,7 @@ #ifndef __SUPER_H__ #define __SUPER_H__ + //////////////////////////////////////////////////////////////////////// /// INCLUDES /// //////////////////////////////////////////////////////////////////////// @@ -27,9 +28,10 @@ /// PARAMETERS /// //////////////////////////////////////////////////////////////////////// -#ifdef __cplusplus -extern "C" { -#endif + + +ABC_NAMESPACE_HEADER_START + //////////////////////////////////////////////////////////////////////// /// STRUCTURE DEFINITIONS /// @@ -49,9 +51,11 @@ extern "C" { /*=== superCore.c =============================================================*/ -#ifdef __cplusplus -} -#endif + + +ABC_NAMESPACE_HEADER_END + + #endif |