cotton_double/globals.cpp
2024-12-18 16:41:24 +08:00

9 lines
138 B
C++

// globals.cpp
#include "globals.h"
// 初始化全局互斥锁
QMutex gPicMutex0;
// 初始化全局 MIL_ID
MIL_ID gCurrentPicId0 = 0;