frontlib/frontlib.h
changeset 7158 a0573014ff4f
parent 7155 273ad375d64e
equal deleted inserted replaced
7155:273ad375d64e 7158:a0573014ff4f
    26  * the library is no longer needed. You can re-initialize the library by calling
    26  * the library is no longer needed. You can re-initialize the library by calling
    27  * flib_init again.
    27  * flib_init again.
    28  */
    28  */
    29 void flib_quit();
    29 void flib_quit();
    30 
    30 
    31 /**
       
    32  * Start listening for a connection from the engine.
       
    33  * Returns the port we are listening on, which needs to be passed to the engine.
       
    34  */
       
    35 int flib_ipc_listen();
       
    36 
       
    37 #endif /* FRONTLIB_H_ */
    31 #endif /* FRONTLIB_H_ */