Ivan Safrin 14 лет назад
Родитель
Сommit
fb49beb492
2 измененных файлов с 6 добавлено и 6 удалено
  1. 3 3
      Core/Contents/Include/PolySound.h
  2. 3 3
      Core/Contents/Include/PolySoundManager.h

+ 3 - 3
Core/Contents/Include/PolySound.h

@@ -28,8 +28,8 @@
 #include "PolyVector3.h"
 #include <string>
 #include <vector>
-#include "al.h"
-#include "alc.h"
+#include "AL/al.h"
+#include "AL/alc.h"
 #include "OSBasics.h"
 
 using std::string;
@@ -109,4 +109,4 @@ namespace Polycode {
 		ALuint soundSource;
 		
 	};
-}
+}

+ 3 - 3
Core/Contents/Include/PolySoundManager.h

@@ -25,8 +25,8 @@
 #include "PolyLogger.h"
 #include "PolyGlobals.h"
 #include <stdio.h>
-#include "al.h"
-#include "alc.h"
+#include "AL/al.h"
+#include "AL/alc.h"
 #include "PolyVector3.h"
 
 namespace Polycode {
@@ -54,4 +54,4 @@ namespace Polycode {
 		ALCdevice* device;
 		ALCcontext* context;		
 	};
-}
+}