#ifndef GLOBAL_H #define GLOBAL_H #include #include extern QVector g_DEMCollection; //地形数据集 extern float g_MaxVoyage; //最大航程(m) class Global { public: Global(); }; #endif // GLOBAL_H