#ifndef _CONFIG_DATA_H_
#define _CONFIG_DATA_H_

extern const char CFG_DOWNLOADS_FOLDER[128];
extern const char CFG_SIEGET_FOLDER[128];

extern const unsigned int CFG_SOUNDS_VOLUME;
extern const unsigned int CFG_VIBRA_POWER;

extern const int CFG_LOG_TO_FILE;
extern const int CFG_LOG_DATE_TIME;

extern const int CFG_SHOW_IDLE_ICON;
extern const unsigned int CFG_IDLE_ICON_X;
extern const unsigned int CFG_IDLE_ICON_Y;
extern const int CFG_SHOW_TRAY_ICON;
extern const unsigned int TRAY_ICON_OFF;
extern const unsigned int TRAY_ICON_ON;

extern const int CFG_CLOSE_GUI;

extern const int CFG_FFLUSH;

#endif
