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