forked from tTh/FloatImg
13 lines
203 B
C
13 lines
203 B
C
/*
|
|
* incrustator experimental
|
|
*/
|
|
|
|
typedef struct {
|
|
unsigned long magic;
|
|
int w, h;
|
|
int x, y;
|
|
} FimgArea51;
|
|
|
|
int incrustator_0(FloatImg *psrc, FloatImg *pdst,
|
|
int xpos, int ypos, int flags);
|