#ifndef _CONFIGDATA_H_
  #define _CONFIGDATA_H_

extern const unsigned int LEFT_INDENT;
extern const unsigned int RIGHT_INDENT;
extern const unsigned int Y_INDENT;
extern const int CENTER_INDENT;
extern const unsigned int CENTER_INDENT_VALUE;
extern const wchar_t LEFT_SOFT[128];
extern const wchar_t CENTER[128];
extern const wchar_t RIGHT_SOFT[128];
extern const wchar_t LEFT_SOFT_PRESSED[128];
extern const wchar_t CENTER_PRESSED[128];
extern const wchar_t RIGHT_SOFT_PRESSED[128];
extern const int HIDE_WHEN_MUSIC_PLAYING;

#endif
