mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-07 02:35:33 +08:00
* removed old settings related classes * moved notifications to BlackMisc::Audio * added audio settings where needed refs #464 refs #337
11 lines
255 B
C
11 lines
255 B
C
#ifndef BLACKCORE_CONTEXT_ALL_ITERFACES_H
|
|
#define BLACKCORE_CONTEXT_ALL_ITERFACES_H
|
|
|
|
#include "context_application.h"
|
|
#include "context_audio.h"
|
|
#include "context_network.h"
|
|
#include "context_ownaircraft.h"
|
|
#include "context_simulator.h"
|
|
|
|
#endif // guard
|