From 0e57e953062cd2d97573d8428f6f77853ba8535e Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Fri, 3 Mar 2006 08:01:00 -0800 Subject: Version abc60303 --- src/map/pga/pga.h | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'src/map/pga/pga.h') diff --git a/src/map/pga/pga.h b/src/map/pga/pga.h index ac129c7f..4b2a9df4 100644 --- a/src/map/pga/pga.h +++ b/src/map/pga/pga.h @@ -21,6 +21,10 @@ #ifndef __PGA_H__ #define __PGA_H__ +#ifdef __cplusplus +extern "C" { +#endif + //////////////////////////////////////////////////////////////////////// /// INCLUDES /// //////////////////////////////////////////////////////////////////////// @@ -64,9 +68,13 @@ extern Vec_Ptr_t * Pga_DoMapping( Pga_Man_t * p ); extern Pga_Man_t * Pga_ManStart( Pga_Params_t * pParams ); extern void Pga_ManStop( Pga_Man_t * p ); +#ifdef __cplusplus +} +#endif + +#endif + //////////////////////////////////////////////////////////////////////// /// END OF FILE /// //////////////////////////////////////////////////////////////////////// -#endif - -- cgit v1.2.3