#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_IDLE_ICON_X;
extern const unsigned int CFG_IDLE_ICON_Y;
extern const unsigned int CFG_SOUNDS_VOLUME;
extern const unsigned int CFG_VIBRA_POWER;
extern const unsigned int CFG_DOWNLOAD_BUFFER_SIZE;

extern const int CFG_LOG_TO_FILE;

#endif
