OpenLexocad  27.0
TopoInit.h
Go to the documentation of this file.
1 #pragma once
2 #pragma warning(disable : 4251)
3 
11 #include <Topo/topo_defines.h>
12 
13 namespace Topo
14 {
16 {
17 public:
18  static void init();
19  static void release();
20 
21 private:
22  static bool isInit;
23 };
24 
25 } // namespace Topo
#define TOPO_EXPORT
Definition: topo_defines.h:8
Definition: Variant.h:70
Definition: TopoInit.h:15