Subversion Repositories Kolibri OS

Compare Revisions

Ignore whitespace Rev 7228 → Rev 7229

/programs/cmm/lib/obj/libimg.h
18,8 → 18,6
#include "../lib/obj/libio.h"
#endif
 
:byte init_imglib_check;
 
//library
dword libimg = #alibimg;
char alibimg[21] = "/sys/lib/libimg.obj\0";
30,8 → 28,8
dword img_decode = #aimg_decode;
dword img_destroy = #aimg_destroy;
dword img_draw = #aimg_draw;
dword img_create = #aimg_create;
dword img_encode = #aimg_encode;
dword img_create = #aimg_create;
dword img_encode = #aimg_encode;
 
//dword img_flip = #aimg_flip;
//dword img_rotate = #aimg_rotate;
229,5 → 227,9
}
}
 
#ifndef INCLUDE_LIBIMG_LOAD_SKIN_H
#include "../lib/patterns/libimg_load_skin.h"
#endif
 
 
#endif