diff options
Diffstat (limited to 'src/map/amap/amapOutput.c')
-rw-r--r-- | src/map/amap/amapOutput.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/map/amap/amapOutput.c b/src/map/amap/amapOutput.c index 1decc52e..d590b7b9 100644 --- a/src/map/amap/amapOutput.c +++ b/src/map/amap/amapOutput.c @@ -20,6 +20,9 @@ #include "amapInt.h" +ABC_NAMESPACE_IMPL_START + + //////////////////////////////////////////////////////////////////////// /// DECLARATIONS /// //////////////////////////////////////////////////////////////////////// @@ -179,3 +182,5 @@ Vec_Ptr_t * Amap_ManProduceMapped( Amap_Man_t * p ) //////////////////////////////////////////////////////////////////////// +ABC_NAMESPACE_IMPL_END + |