--- np2/macosx/Attic/screenopt.h 2003/10/23 21:00:24 1.1 +++ np2/macosx/Attic/screenopt.h 2003/10/28 16:44:44 1.2 @@ -5,5 +5,13 @@ * Created by tk800 on Fri Oct 24 2003. * */ + +#ifdef __cplusplus +extern "C" { +#endif -void initScreenOpt(void); \ No newline at end of file +void initScreenOpt(void); + +#ifdef __cplusplus +} +#endif