cotton_double/globals.cpp
2024-12-21 20:49:00 +08:00

11 lines
172 B
C++

// globals.cpp
#include "globals.h"
// 图片显示0
QMutex gDispPicMutex0;
MIL_ID gDispCurrentPicId0;
// 图片显示1
QMutex gDispPicMutex1;
MIL_ID gDispCurrentPicId1;