Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 6977 → Rev 6978

/programs/cmm/lib/obj/libimg_lib.h
121,4 → 121,16
return 0;
}
 
void DrawLibImage(dword image_pointer,x,y,w,h,offx,offy) {
img_draw stdcall (
image_pointer,
x,
y,
w,
h,
offx,
offy
);
}
 
#endif