2
0

alThunk.h 264 B

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