branch | webgl |
changeset 8330 | aaefa587e277 |
parent 8223 | 14d9a3c33650 |
child 8278 | 9cdfcb5b7ddd |
child 10017 | de822cd3df3a |
--- a/project_files/frontlib/frontlib.h Sun Dec 02 00:03:16 2012 +0100 +++ b/project_files/frontlib/frontlib.h Tue Dec 25 04:45:22 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_ */