mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 06:35:52 +08:00
* removed unused samples / tests * fixed found Doxygen issues * removed blacksimfreefunctions, now in BlackMisc::Simulation::registerMetadata() * samples_vetcor_geo to samples_geo
13 lines
305 B
C
13 lines
305 B
C
#ifndef BLACKMISC_SIMULATION_FSCOMMON_NAMESPACES_H
|
|
#define BLACKMISC_SIMULATION_FSCOMMON_NAMESPACES_H
|
|
|
|
// just a dummy header, namespace documentation will go here
|
|
/*! \file */
|
|
|
|
/*!
|
|
* \namespace FsCommon
|
|
* \brief Utility classes for FSX, P3D and FS9, OS and driver independent code
|
|
*/
|
|
|
|
#endif // guard
|