project_files/frontlib/frontlib.h
changeset 8078 ea7541f77944
parent 7482 d70a5b0d1190
child 8223 14d9a3c33650
equal deleted inserted replaced
8077:2ea5cde93abc 8078:ea7541f77944
    24  */
    24  */
    25 
    25 
    26 #ifndef FRONTLIB_H_
    26 #ifndef FRONTLIB_H_
    27 #define FRONTLIB_H_
    27 #define FRONTLIB_H_
    28 
    28 
       
    29 #ifdef __cplusplus
       
    30 extern "C" {
       
    31 #endif
       
    32 
    29 #include "ipc/gameconn.h"
    33 #include "ipc/gameconn.h"
    30 #include "ipc/mapconn.h"
    34 #include "ipc/mapconn.h"
    31 #include "net/netconn.h"
    35 #include "net/netconn.h"
    32 #include "util/logging.h"
    36 #include "util/logging.h"
    33 #include "model/schemelist.h"
    37 #include "model/schemelist.h"
    43  * the library is no longer needed. You can re-initialize the library by calling
    47  * the library is no longer needed. You can re-initialize the library by calling
    44  * flib_init again.
    48  * flib_init again.
    45  */
    49  */
    46 void flib_quit();
    50 void flib_quit();
    47 
    51 
       
    52 #ifdef __cplusplus
       
    53 }
       
    54 #endif
       
    55 
    48 #endif /* FRONTLIB_H_ */
    56 #endif /* FRONTLIB_H_ */