diff options
Diffstat (limited to 'src/map/amap/amapMan.c')
-rw-r--r-- | src/map/amap/amapMan.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/map/amap/amapMan.c b/src/map/amap/amapMan.c index a1a66869..6304c078 100644 --- a/src/map/amap/amapMan.c +++ b/src/map/amap/amapMan.c @@ -20,6 +20,9 @@ #include "amapInt.h" +ABC_NAMESPACE_IMPL_START + + //////////////////////////////////////////////////////////////////////// /// DECLARATIONS /// //////////////////////////////////////////////////////////////////////// @@ -97,3 +100,5 @@ void Amap_ManStop( Amap_Man_t * p ) //////////////////////////////////////////////////////////////////////// +ABC_NAMESPACE_IMPL_END + |