11 lines
221 B
Diff
11 lines
221 B
Diff
--- src/av/audio.h
|
|
+++ src/av/audio.h
|
|
@@ -5,7 +5,7 @@
|
|
#include <stdint.h>
|
|
#include <stdbool.h>
|
|
|
|
-typedef struct ALCdevice_struct ALCdevice;
|
|
+typedef struct ALCdevice ALCdevice;
|
|
|
|
extern bool utox_audio_thread_init;
|
|
|