[wip] draw_images(): w, h, spos -> box screen_img; img_box -> pixel_box
[elinks/images.git] / src / config / home.h
blob6a48936faf521ca4577ce0fff812f43f814086e9
1 #ifndef EL__CONFIG_HOME_H
2 #define EL__CONFIG_HOME_H
4 extern unsigned char *elinks_home;
5 extern int first_use;
7 void init_home(void);
8 void done_home(void);
10 #endif