mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-10 14:07:35 +08:00
refs #396, move subproject BlackSim into BlackMisc::Simulation
* removed unused samples / tests * fixed found Doxygen issues * removed blacksimfreefunctions, now in BlackMisc::Simulation::registerMetadata() * samples_vetcor_geo to samples_geo
This commit is contained in:
committed by
Roland Winklmeier
parent
a6ca57265e
commit
32f60722c8
@@ -11,7 +11,6 @@
|
||||
#include "blackcore/context_all_proxies.h"
|
||||
#include "blackcore/context_all_empties.h"
|
||||
#include "blackcore/blackcorefreefunctions.h"
|
||||
#include "blacksim/blacksimfreefunctions.h"
|
||||
#include "blackmisc/nwserver.h"
|
||||
#include "blackmisc/statusmessagelist.h"
|
||||
#include "blackmisc/aviation/aircraft.h"
|
||||
@@ -133,7 +132,7 @@ namespace BlackCore
|
||||
{
|
||||
BlackMisc::registerMetadata();
|
||||
BlackMisc::initResources();
|
||||
BlackSim::registerMetadata();
|
||||
BlackMisc::Simulation::registerMetadata();
|
||||
BlackCore::registerMetadata();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user