00001 00002 #ifndef VCELL_EASYPAINT_H 00003 #define VCELL_EASYPAINT_H 00004 00005 #include "liqbase.h" 00006 #include "vcell.h" 00007 00008 00009 void vcell_easypaint(vcell *self,liqcliprect *cr, int x,int y, int w,int h); 00010 00011 #endif