about summary refs log tree commit diff stats
path: root/src/wrapped/generated/wrappedsdl1imagetypes.h
blob: 27a2fb0b2fee3e1873556f64262474d024ce4882 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
/*******************************************************************
 * File automatically generated by rebuild_wrappers.py (v2.4.0.21) *
 *******************************************************************/
#ifndef __wrappedsdl1imageTYPES_H_
#define __wrappedsdl1imageTYPES_H_

#ifndef LIBNAME
#error You should only #include this file inside a wrapped*.c file
#endif
#ifndef ADDED_FUNCTIONS
#define ADDED_FUNCTIONS() 
#endif

typedef void* (*pFp_t)(void*);
typedef void* (*pFpi_t)(void*, int32_t);
typedef void* (*pFpip_t)(void*, int32_t, void*);

#define SUPER() ADDED_FUNCTIONS() \
	GO(IMG_LoadBMP_RW, pFp_t) \
	GO(IMG_LoadCUR_RW, pFp_t) \
	GO(IMG_LoadGIF_RW, pFp_t) \
	GO(IMG_LoadICO_RW, pFp_t) \
	GO(IMG_LoadJPG_RW, pFp_t) \
	GO(IMG_LoadLBM_RW, pFp_t) \
	GO(IMG_LoadPCX_RW, pFp_t) \
	GO(IMG_LoadPNG_RW, pFp_t) \
	GO(IMG_LoadPNM_RW, pFp_t) \
	GO(IMG_LoadTGA_RW, pFp_t) \
	GO(IMG_LoadTIF_RW, pFp_t) \
	GO(IMG_LoadWEBP_RW, pFp_t) \
	GO(IMG_LoadXCF_RW, pFp_t) \
	GO(IMG_LoadXPM_RW, pFp_t) \
	GO(IMG_LoadXV_RW, pFp_t) \
	GO(IMG_Load_RW, pFpi_t) \
	GO(IMG_LoadTyped_RW, pFpip_t)

#endif // __wrappedsdl1imageTYPES_H_