Files
kichikuou_xsystem35-sdl2/modules/lib/graph_blend_amap.h
kichikuou 2ed44dab6d Move surface and graphic functions from modules/lib to modules/Gpx
Except for gr_blend_alpha_map(), which is used by oujimisc.
2025-02-19 14:57:40 +09:00

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__ */