Upgrade vcxproj + fix path to OpenAL from vcpkg

This commit is contained in:
Daniel Speichert
2018-07-15 17:37:36 -04:00
parent ad769d6614
commit 271790d22e
3 changed files with 24 additions and 8 deletions

View File

@@ -27,8 +27,8 @@
#define AL_LIBTYPE_STATIC
#include <al.h>
#include <alc.h>
#include <AL/al.h>
#include <AL/alc.h>
class SoundManager;
class SoundSource;