Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 6978 → Rev 6977

/programs/cmm/lib/obj/libimg_lib.h
121,16 → 121,4
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