- #include "GlobalInfo.h"
- /*********************** 全局变量 ************************/
- const int g_HorPixel = 1000; /* 矩阵的水平像素数目 */
- const int g_VerPixel = 256; /* 矩阵的垂直像素数目 */
- /*********************** 全局配置 ************************/
- GlobalConfig::~GlobalConfig()
- {
-
- }
|