HAL  v4.5.0-83-g30c8f0afc
The Hardware Analyzer - a comprehensive reverse engineering and manipulation framework for gate-level netlists.
gui_layout_locker.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include "hal_core/defines.h"
4 
5 namespace hal
6 {
7  class UIPluginInterface;
8 
9  namespace module_identification
10  {
16  {
17  UIPluginInterface* mGuiPlugin;
18 
19  public:
22  };
23  } // namespace module_identification
24 } // namespace hal
Definition: defines.h:45