#ifndef _CONFIG_DATA_H_
#define _CONFIG_DATA_H_

extern const int use_pauseicn;
extern const int key_rotation;
extern const int key_rotation_mode;
extern const int use_accel;
extern const int use_albumpng;
extern const int img_priority;
extern const int use_vbr;
extern const int skin_cfg;
extern const int restr_CoverAlbum;
extern const int restr_AlbumIcon;
extern const int restr_ArtistIcon;
extern const int phone;
extern const int hidesoftkeys;
extern const int cfg_orient;
#endif

