mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-03 15:45:46 +08:00
refs #703, moved context to subdir
* ns: Context * adjusted using classes
This commit is contained in:
10
src/blackcore/context/contextallimpl.h
Normal file
10
src/blackcore/context/contextallimpl.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#ifndef BLACKCORE_CONTEXT_CONTEXT_ALL_IMPL_H
|
||||
#define BLACKCORE_CONTEXT_CONTEXT_ALL_IMPL_H
|
||||
|
||||
#include "contextapplicationimpl.h"
|
||||
#include "contextaudioimpl.h"
|
||||
#include "contextnetworkimpl.h"
|
||||
#include "contextownaircraftimpl.h"
|
||||
#include "contextsimulatorimpl.h"
|
||||
|
||||
#endif // guard
|
||||
Reference in New Issue
Block a user