Minor changes

This commit is contained in:
Nekotekina 2015-10-22 19:30:39 +03:00
parent d4e0da3f80
commit fd628d8345
11 changed files with 113 additions and 93 deletions

View file

@ -5,6 +5,10 @@
#include "OpenALThread.h"
#ifdef _MSC_VER
#pragma comment(lib, "OpenAL32.lib")
#endif
ALenum g_last_al_error = AL_NO_ERROR;
ALCenum g_last_alc_error = ALC_NO_ERROR;