view OpenAL32/Include/alThunk.h @ 26:56f83c170251

adding hard-to-compile artifacts for other systems
author Robert McIntyre <rlm@mit.edu>
date Sat, 19 Nov 2011 19:17:37 -0700
parents f9476ff7637e
children
line wrap: on
line source
1 #ifndef ALTHUNK_H
2 #define ALTHUNK_H
4 #include "alMain.h"
6 #ifdef __cplusplus
7 extern "C" {
8 #endif
10 void ThunkInit(void);
11 void ThunkExit(void);
12 ALenum NewThunkEntry(ALuint *index);
13 void FreeThunkEntry(ALuint index);
15 #ifdef __cplusplus
16 }
17 #endif
19 #endif //ALTHUNK_H