12345678910111213141516171819 |
- #ifndef MC__EVENTS_INIT_H
- #define MC__EVENTS_INIT_H
- /*** typedefs(not structures) and defined constants **********************************************/
- /*** enums ***************************************************************************************/
- /*** structures declarations (and typedefs of structures)*****************************************/
- /*** global variables defined in .c file *********************************************************/
- /*** declarations of public functions ************************************************************/
- gboolean events_init (GError ** mcerror);
- /*** inline functions ****************************************************************************/
- #endif /* MC__EVENTS_INIT_H */
|