mirror of
https://github.com/kichikuou/xsystem35-sdl2.git
synced 2026-09-25 07:58:04 +03:00
15 lines
323 B
C
15 lines
323 B
C
#ifndef __GLEFFECTCOPY_H__
|
|
#define __GLEFFECTCOPY_H__
|
|
|
|
#include "surface.h"
|
|
|
|
extern void gpx_effect(int no,
|
|
int wx, int wy,
|
|
surface_t *dst, int dx, int dy,
|
|
surface_t *src, int sx, int sy,
|
|
int width, int height,
|
|
int time,
|
|
int *endtype);
|
|
|
|
#endif /* __GLEFFECTCOPY_H__ */
|