enlightenment/src/modules/access/e_mod_main.h

13 lines
179 B
C

#ifndef E_MOD_MAIN_H
#define E_MOD_MAIN_H
typedef struct _Config Config;
struct _Config
{
/* saved * loaded config values */
Eina_Bool window;
};
#endif