project_files/frontlib/frontlib.h
changeset 8078 ea7541f77944
parent 7482 d70a5b0d1190
child 8223 14d9a3c33650
--- a/project_files/frontlib/frontlib.h	Tue Nov 20 23:09:17 2012 +0400
+++ b/project_files/frontlib/frontlib.h	Wed Nov 21 00:04:09 2012 +0400
@@ -26,6 +26,10 @@
 #ifndef FRONTLIB_H_
 #define FRONTLIB_H_
 
+#ifdef __cplusplus
+extern "C" {
+#endif
+
 #include "ipc/gameconn.h"
 #include "ipc/mapconn.h"
 #include "net/netconn.h"
@@ -45,4 +49,8 @@
  */
 void flib_quit();
 
+#ifdef __cplusplus
+}
+#endif
+
 #endif /* FRONTLIB_H_ */