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