mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-06 01:45:38 +08:00
refs #703, moved context to subdir
* ns: Context * adjusted using classes
This commit is contained in:
10
src/blackcore/context/contextallinterfaces.h
Normal file
10
src/blackcore/context/contextallinterfaces.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#ifndef BLACKCORE_CONTEXT_CONTEXT_ALL_ITERFACES_H
|
||||
#define BLACKCORE_CONTEXT_CONTEXT_ALL_ITERFACES_H
|
||||
|
||||
#include "contextapplication.h"
|
||||
#include "contextaudio.h"
|
||||
#include "contextnetwork.h"
|
||||
#include "contextownaircraft.h"
|
||||
#include "contextsimulator.h"
|
||||
|
||||
#endif // guard
|
||||
Reference in New Issue
Block a user