Files
pilotclient/src/blackcore/context_all_interfaces.h
Klaus Basan ac61a3458d Removed settings context
* removed old settings related classes
* moved notifications to BlackMisc::Audio
* added audio settings where needed

refs #464
refs #337
2015-11-19 21:04:06 +00:00

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