changeset 8223 | 14d9a3c33650 |
parent 8078 | ea7541f77944 |
child 8278 | 9cdfcb5b7ddd |
child 10017 | de822cd3df3a |
--- 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_ */