aboutsummaryrefslogblamecommitdiff
path: root/games/regoth/files/patch-src_audio_AudioEngine.h
blob: b59fb57fa0402a681d39fe02987b739fe2241155 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                                                               
--- src/audio/AudioEngine.h.orig	2020-01-06 00:37:37 UTC
+++ src/audio/AudioEngine.h
@@ -5,7 +5,7 @@
 
 #include <glm/glm.hpp>
 
-typedef struct ALCdevice_struct ALCdevice;
+typedef struct ALCdevice ALCdevice;
 
 namespace Audio
 {