#ifndef _CONFIGDATA_H_
  #define _CONFIGDATA_H_


extern const int CONFIG_SAVE_PATH;
extern const int CONFIG_BACK_EXIT;
extern const int CONFIG_CUR_DOWN_ON_CHECK;
extern const int CONFIG_LOOP_NAVIGATION_ENABLE;
extern const int SHOW_ROOT_FOLDER;

extern const int CONFIG_FONT_FILES;
extern const int CONFIG_FONT_HEADER;
extern const int CONFIG_FONT_ATTR;

extern const int CONFIG_SCROLL_TEXT_SPEED;
extern const int CONFIG_SCROLL_TEXT_WAIT;
extern const int CONFIG_USE_BOLD_FONT;

extern const int CONFIG_LOAD_ICONS;
extern const int CONFIG_LOAD_KEYS;
extern const int CONFIG_LOAD_MUI;
extern const int CONFIG_LOAD_CS;
extern const wchar_t CONFIG_MCCONFIG_PATH[64];

extern const int CONFIG_ZIP_ENABLE;
extern const int CONFIG_ZIP_DETECT_BY;
extern const int CONFIG_7Z_ENABLE;
extern const int CONFIG_7Z_DETECT_BY;
extern const wchar_t CONFIG_TEMP_PATH[64];
extern const int CONFIG_DELETE_TEMP_FILES_ON_EXIT;

extern const int CONFIG_CONFIRM_EXIT;
extern const int CONFIG_CONFIRM_DELETE;
extern const int CONFIG_CONFIRM_DELETERO;
extern const int CONFIG_CONFIRM_COPY;
extern const int CONFIG_CONFIRM_MOVE;
extern const int CONFIG_CONFIRM_REPLACE;

#endif
