rlm@0: #ifndef ALTHUNK_H rlm@0: #define ALTHUNK_H rlm@0: rlm@0: #include "alMain.h" rlm@0: rlm@0: #ifdef __cplusplus rlm@0: extern "C" { rlm@0: #endif rlm@0: rlm@0: void ThunkInit(void); rlm@0: void ThunkExit(void); rlm@0: ALenum NewThunkEntry(ALuint *index); rlm@0: void FreeThunkEntry(ALuint index); rlm@0: rlm@0: #ifdef __cplusplus rlm@0: } rlm@0: #endif rlm@0: rlm@0: #endif //ALTHUNK_H rlm@0: