mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-27 11:05:44 +08:00
refs #403 add BlackCore shared library build
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
#ifndef BLACKCORE_VOICE_H
|
||||
#define BLACKCORE_VOICE_H
|
||||
|
||||
#include "blackcoreexport.h"
|
||||
#include "audio_device.h"
|
||||
#include "voice_channel.h"
|
||||
#include "audio_mixer.h"
|
||||
@@ -25,7 +26,7 @@
|
||||
namespace BlackCore
|
||||
{
|
||||
//! Interface to a connection to a ATC voice server for use in flight simulation.
|
||||
class IVoice : public QObject
|
||||
class BLACKCORE_EXPORT IVoice : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
|
||||
Reference in New Issue
Block a user