#include "global.h"
QVector<QString> g_DEMCollection; //地形数据集
float g_MaxVoyage = 2000; //最大航程
Global::Global()
{
}