OpenLexocad  28.0
global_modeller_mutex.h
Go to the documentation of this file.
1 #pragma once
2 #include <mutex>
3 extern LX_BASE_EXPORT std::mutex global_modeller_mutex;
4 #define MODELLERLOCK(myop) myop
global_modeller_mutex
LX_BASE_EXPORT std::mutex global_modeller_mutex