summaryrefslogtreecommitdiff
path: root/imageblit.h
blob: 9f1c471a68046de637db87bb260e49c641ab258f (plain)
1
2
3
4
5
6
7
#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