Skip to content
Snippets Groups Projects
Commit efe52dbb authored by Sergeanur's avatar Sergeanur
Browse files

I am an idiot

parent 38a09c6e
No related branches found
No related tags found
No related merge requests found
......@@ -50,12 +50,8 @@ extern "C" {
#else // AUDIO_OAL
#ifndef _WIN32
#include <AL/al.h>
#include <string.h>
#else
#include <al.h>
#endif
#ifndef GUID_DEFINED
#define GUID_DEFINED
......
......@@ -189,12 +189,12 @@ project "re3"
includedirs { "eax" }
filter "platforms:*mss"
defines { "AUIOD_MSS" }
defines { "AUDIO_MSS" }
includedirs { "milessdk/include" }
libdirs { "milessdk/lib" }
filter "platforms:*oal"
defines { "AUIOD_OAL" }
defines { "AUDIO_OAL" }
includedirs { "openal-soft/include" }
includedirs { "libsndfile/include" }
includedirs { "mpg123/include" }
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment