OpenLexocad  27.0
BaseInit.h
Go to the documentation of this file.
1 #pragma once
2 #pragma warning(disable : 4251)
3 
4 #include <Base/base_defines.h>
5 
6 namespace Base
7 {
9 {
10 public:
11  static void init();
12  static void release();
13 
14 private:
15  static bool isInit;
16 };
17 } // namespace Base
#define BASE_EXPORT
Definition: base_defines.h:12
Definition: AbstractXMLReader.h:8
Definition: BaseInit.h:8