diff options
author | Chris Robinson <[email protected]> | 2010-03-23 18:21:55 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2010-03-23 18:21:55 -0700 |
commit | 7fb4c4ce4fca4c7849f911c3a8dc7643167a1c7d (patch) | |
tree | 2fc030201738114b63361674f930db10c754afbe /OpenAL32/Include/alMain.h | |
parent | 52834744fa4236717e45d9be588c4b4e26f562cc (diff) |
Move extension function declarations to alext.h/efx.h
Diffstat (limited to 'OpenAL32/Include/alMain.h')
-rw-r--r-- | OpenAL32/Include/alMain.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h index 1cc0e4ea..58c5ef6a 100644 --- a/OpenAL32/Include/alMain.h +++ b/OpenAL32/Include/alMain.h @@ -376,9 +376,6 @@ void al_print(const char *fname, unsigned int line, const char *fmt, ...) PRINTF_STYLE(3,4); #define AL_PRINT(...) al_print(__FILE__, __LINE__, __VA_ARGS__) -ALC_API ALCboolean ALC_APIENTRY alcMakeCurrent(ALCcontext *context); -ALC_API ALCcontext* ALC_APIENTRY alcGetThreadContext(void); - #define DECL_VERIFIER(name, type, field) \ static type* Verify##name(type *list, ALuint id) \ { \ |