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
|
/*******************************************************************
* File automatically generated by rebuild_wrappers.py (v2.5.0.24) *
*******************************************************************/
#ifndef __wrappedfaudioTYPES_H_
#define __wrappedfaudioTYPES_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 (*vFpp_t)(void*, void*);
typedef uint32_t (*uFpp_t)(void*, void*);
typedef void (*vFppp_t)(void*, void*, void*);
typedef uint32_t (*uFpCppp_t)(void*, uint8_t, void*, void*, void*);
typedef uint32_t (*uFpuppp_t)(void*, uint32_t, void*, void*, void*);
typedef uint32_t (*uFpuuppp_t)(void*, uint32_t, uint32_t, void*, void*, void*);
typedef uint32_t (*uFpppuppp_t)(void*, void*, void*, uint32_t, void*, void*, void*);
typedef uint32_t (*uFpppufppp_t)(void*, void*, void*, uint32_t, float, void*, void*, void*);
#define SUPER() ADDED_FUNCTIONS() \
GO(FAudio_UnregisterForCallbacks, vFpp_t) \
GO(FAudio_RegisterForCallbacks, uFpp_t) \
GO(FAudio_SetEngineProcedureEXT, vFppp_t) \
GO(FAudioCOMConstructWithCustomAllocatorEXT, uFpCppp_t) \
GO(FAudioCreateReverb9WithCustomAllocatorEXT, uFpuppp_t) \
GO(FAudioCreateReverbWithCustomAllocatorEXT, uFpuppp_t) \
GO(FAudioCreateVolumeMeterWithCustomAllocatorEXT, uFpuppp_t) \
GO(FAudioCreateWithCustomAllocatorEXT, uFpuuppp_t) \
GO(FAPOFX_CreateFXWithCustomAllocatorEXT, uFpppuppp_t) \
GO(FAudio_CreateSourceVoice, uFpppufppp_t)
#endif // __wrappedfaudioTYPES_H_
|