project_files/frontlib/frontlib.h
changeset 8223 14d9a3c33650
parent 8078 ea7541f77944
child 8278 9cdfcb5b7ddd
child 10017 de822cd3df3a
equal deleted inserted replaced
8221:5e2dc5813408 8223:14d9a3c33650
    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 
       
    33 #include "ipc/gameconn.h"
    29 #include "ipc/gameconn.h"
    34 #include "ipc/mapconn.h"
    30 #include "ipc/mapconn.h"
    35 #include "net/netconn.h"
    31 #include "net/netconn.h"
    36 #include "util/logging.h"
    32 #include "util/logging.h"
    37 #include "model/schemelist.h"
    33 #include "model/schemelist.h"
    47  * the library is no longer needed. You can re-initialize the library by calling
    43  * the library is no longer needed. You can re-initialize the library by calling
    48  * flib_init again.
    44  * flib_init again.
    49  */
    45  */
    50 void flib_quit();
    46 void flib_quit();
    51 
    47 
    52 #ifdef __cplusplus
       
    53 }
       
    54 #endif
       
    55 
       
    56 #endif /* FRONTLIB_H_ */
    48 #endif /* FRONTLIB_H_ */