mirror of
https://github.com/kichikuou/xsystem35-sdl2.git
synced 2026-09-25 07:58:04 +03:00
9 lines
223 B
C
9 lines
223 B
C
#ifndef __GRAPH_BLEND_AMAP_H__
|
|
#define __GRAPH_BLEND_AMAP_H__
|
|
|
|
#include "ags.h"
|
|
|
|
void gr_blend_alpha_map(surface_t *dst, int dx, int dy, surface_t *src, int sx, int sy, int sw, int sh);
|
|
|
|
#endif /* __GRAPH_BLEND_AMAP_H__ */
|