21 lines
264 B
C
Raw Normal View History

#ifndef ALTHUNK_H
#define ALTHUNK_H
2007-11-13 18:02:18 -08:00
#include "alMain.h"
2007-11-13 18:02:18 -08:00
#ifdef __cplusplus
extern "C" {
#endif
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
#endif //ALTHUNK_H
2007-11-13 18:02:18 -08:00