#ifndef __HEADER_CONFIG_DATA__
#define __HEADER_CONFIG_DATA__

// Created by Externator_Config_Data v0.1;  (C) Vedan , 2008;





extern const int left_x;
extern const int left_y;

extern const int left_font;

extern const int left_ct;

extern const int mid_x;
extern const int mid_y;

extern const int mid_font;

extern const int mid_ct;

extern const int rght_x;
extern const int rght_y;

extern const int rght_font;

extern const int rght_ct;
extern const int hrght_x;
extern const int hrght_y;

extern const int hrght_font;

extern const int hrght_ct;
extern const int hmid_x;
extern const int hmid_y;

extern const int hmid_font;

extern const int hmid_ct;


extern const int hleft_x;
extern const int hleft_y;

extern const int hleft_font;

extern const int hleft_ct;

extern const int h_size;

#endif

