1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
#ifndef ALTHUNK_H #define ALTHUNK_H #include "alMain.h" #ifdef __cplusplus extern "C" { #endif void ThunkInit(void); void ThunkExit(void); ALenum NewThunkEntry(ALuint *index); void FreeThunkEntry(ALuint index); #ifdef __cplusplus } #endif #endif //ALTHUNK_H