mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-03 07:35:48 +08:00
13 lines
318 B
C
13 lines
318 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_settings_proxy.h"
|
|
#include "context_simulator_proxy.h"
|
|
|
|
|
|
#endif // guard
|