diff -r 5e2dc5813408 -r 14d9a3c33650 project_files/frontlib/frontlib.h --- a/project_files/frontlib/frontlib.h Tue Dec 04 10:17:16 2012 +0100 +++ b/project_files/frontlib/frontlib.h Tue Dec 04 10:49:52 2012 +0100 @@ -26,10 +26,6 @@ #ifndef FRONTLIB_H_ #define FRONTLIB_H_ -#ifdef __cplusplus -extern "C" { -#endif - #include "ipc/gameconn.h" #include "ipc/mapconn.h" #include "net/netconn.h" @@ -49,8 +45,4 @@ */ void flib_quit(); -#ifdef __cplusplus -} -#endif - #endif /* FRONTLIB_H_ */