enlightenment/src/modules/illume2/e_mod_config.h

12 lines
223 B
C

#ifndef E_MOD_CONFIG_H
# define E_MOD_CONFIG_H
# define IL_CONFIG_MAJOR 0
# define IL_CONFIG_MINOR 1
int e_mod_illume_config_init(void);
int e_mod_illume_config_shutdown(void);
int e_mod_illume_config_save(void);
#endif