Add missing struct tag;

This commit is contained in:
bjorn 2019-04-05 05:13:09 -07:00
parent 5e74222a48
commit 32f73bcbf5
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
struct SoundData;
typedef struct {
typedef struct Microphone {
Ref ref;
ALCdevice* device;
const char* name;