#ifndef _SELECT_SMILE_H_
#define _SELECT_SMILE_H_

int CreateSmileSelectGUI(GUI* _ed_gui);
void DrwImg(IMGHDR* img, int x, int y);
#endif

