original 1.0.1 release
[xwelltris.git] / src / image / sublib / im_exp.h
blob632d38b2d613b83909f2917891a8fa50d73bf925
1 #ifndef IM_EXP_H
2 #define IM_EXP_H
3 #include "globals.h"
4 #include "picinfo.h"
6 #ifdef __cplusplus
7 extern "C" {
8 #endif
11 extern int im_load_gif(char* fname, PICINFO* to_pic, int from_mem_size);
14 #ifdef __cplusplus
16 #endif
18 #endif