Mercurial > audio-send
view OpenAL32/Include/alThunk.h @ 20:e8ae40c9848c
fixed 1,000,000 spelling errors
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Thu, 03 Nov 2011 15:02:18 -0700 |
parents | f9476ff7637e |
children |
line wrap: on
line source
1 #ifndef ALTHUNK_H2 #define ALTHUNK_H4 #include "alMain.h"6 #ifdef __cplusplus7 extern "C" {8 #endif10 void ThunkInit(void);11 void ThunkExit(void);12 ALenum NewThunkEntry(ALuint *index);13 void FreeThunkEntry(ALuint index);15 #ifdef __cplusplus16 }17 #endif19 #endif //ALTHUNK_H