mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-18 08:22:15 -07:00
Fix SoundEngine on Windows
This commit is contained in:
parent
d910b02c5d
commit
2e82f70e4c
1 changed files with 1 additions and 1 deletions
|
|
@ -1,12 +1,12 @@
|
|||
#ifndef SOUNDENGINE_H
|
||||
#define SOUNDENGINE_H
|
||||
|
||||
#include <QAudioOutput>
|
||||
#include <QMap>
|
||||
#include <QMediaPlayer>
|
||||
#include <QObject>
|
||||
#include <QString>
|
||||
|
||||
class QAudioOutput;
|
||||
class QBuffer;
|
||||
|
||||
typedef QMap<QString, QString> QStringMap;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue