#ifndef _CONFIG_DATA_H_
#define _CONFIG_DATA_H_

extern const int cfg_x;
extern const int cfg_y;
extern const int cfg_font;
extern const int cfg_ct;
extern const unsigned int cfg_color;
extern const unsigned int cfg_shadow;
extern const unsigned int cfg_border;
extern const int cfg_shad;
extern const int cfg_bordsize;
extern const unsigned int cfg_bg;
extern const RECT cfg_rect;

#endif

