You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#include "global.h"
|
|
|
|
QVector<QString> g_DEMCollection; //地形数据集
|
|
float g_MaxVoyage = 2000; //最大航程
|
|
|
|
|
|
Global::Global()
|
|
{
|
|
|
|
}
|