2011-08-22 07:40:14 -07:00
|
|
|
#ifndef ALTHUNK_H
|
|
|
|
#define ALTHUNK_H
|
2007-11-13 18:02:18 -08:00
|
|
|
|
2011-08-22 07:40:14 -07:00
|
|
|
#include "alMain.h"
|
2007-11-13 18:02:18 -08:00
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
extern "C" {
|
|
|
|
#endif
|
|
|
|
|
2011-08-22 07:40:14 -07:00
|
|
|
void ThunkInit(void);
|
|
|
|
void ThunkExit(void);
|
|
|
|
ALenum NewThunkEntry(ALuint *index);
|
|
|
|
void FreeThunkEntry(ALuint index);
|
2007-11-13 18:02:18 -08:00
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
}
|
|
|
|
#endif
|
|
|
|
|
2011-08-22 07:40:14 -07:00
|
|
|
#endif //ALTHUNK_H
|
2007-11-13 18:02:18 -08:00
|
|
|
|