#ifndef IMAGEBLIT_H #define IMAGEBLIT_H void imageblit_init(void); void imageblit_copy(int sx,int sy, int dx,int dy, int w,int h); #endif