mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-17 19:05:31 +08:00
refs #507, split up blackmiscfreefunctions
* single register metadata functions * string utils * metadata utils * some formatting / license header where applicable
This commit is contained in:
@@ -9,20 +9,20 @@
|
||||
|
||||
//! \file
|
||||
|
||||
#ifndef BLACKMISC_wEATHER_wEATHER_H
|
||||
#define BLACKMISC_wEATHER_wEATHER_H
|
||||
#ifndef BLACKMISC_WEATHER_WEATHER_H
|
||||
#define BLACKMISC_WEATHER_WEATHER_H
|
||||
|
||||
/*!
|
||||
* \namespace BlackMisc::Weather
|
||||
* \brief Weather and Metar classes
|
||||
*/
|
||||
|
||||
#include "blackmisc/weather/cloudlayer.h"
|
||||
#include "blackmisc/weather/cloudlayerlist.h"
|
||||
#include "blackmisc/weather/metar.h"
|
||||
#include "blackmisc/weather/metarset.h"
|
||||
#include "blackmisc/weather/presentweather.h"
|
||||
#include "blackmisc/weather/presentweatherlist.h"
|
||||
#include "blackmisc/weather/cloudlayer.h"
|
||||
#include "blackmisc/weather/cloudlayerlist.h"
|
||||
#include "blackmisc/weather/windlayer.h"
|
||||
|
||||
#endif // guard
|
||||
|
||||
Reference in New Issue
Block a user