zenilib  0.5.3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
alThunk.h
Go to the documentation of this file.
1 #ifndef ALTHUNK_H
2 #define ALTHUNK_H
3 
4 #include "alMain.h"
5 
6 #ifdef __cplusplus
7 extern "C" {
8 #endif
9 
10 void ThunkInit(void);
11 void ThunkExit(void);
14 
15 #ifdef __cplusplus
16 }
17 #endif
18 
19 #endif //ALTHUNK_H
20 
void FreeThunkEntry(ALuint index)
Definition: alThunk.c:83
void ThunkInit(void)
Definition: alThunk.c:33
int ALenum
Definition: al.h:65
ALenum NewThunkEntry(ALuint *index)
Definition: alThunk.c:47
GLuint index
Definition: glew.h:1800
unsigned int ALuint
Definition: al.h:59
void ThunkExit(void)
Definition: alThunk.c:40