2021-03-28 18:52:03 +02:00
|
|
|
/*
|
|
|
|
* incrustator experimental
|
|
|
|
*/
|
|
|
|
|
2021-03-30 21:22:04 +02:00
|
|
|
typedef struct {
|
|
|
|
int w, h;
|
|
|
|
int x, y;
|
|
|
|
unsigned long magic;
|
|
|
|
} FimgArea51;
|
2021-03-28 18:52:03 +02:00
|
|
|
|
|
|
|
int incrustator_0(FloatImg *psrc, FloatImg *pdst,
|
|
|
|
int xpos, int ypos, int flags);
|