mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-06 10:15:38 +08:00
* removed old settings related classes * moved notifications to BlackMisc::Audio * added audio settings where needed refs #464 refs #337
11 lines
281 B
C
11 lines
281 B
C
#ifndef BLACKCORE_CONTEXT_ALL_PROXIES_H
|
|
#define BLACKCORE_CONTEXT_ALL_PROXIES_H
|
|
|
|
#include "context_application_proxy.h"
|
|
#include "context_audio_proxy.h"
|
|
#include "context_network_proxy.h"
|
|
#include "context_ownaircraft_proxy.h"
|
|
#include "context_simulator_proxy.h"
|
|
|
|
#endif // guard
|