mirror of
https://gitlab.com/niansa/policytoolgui-oss.git
synced 2025-03-06 20:53:31 +01:00
16 lines
305 B
C++
16 lines
305 B
C++
#ifndef _PolicyToolGUI_PolicyToolGUI_h
|
|
#define _PolicyToolGUI_PolicyToolGUI_h
|
|
|
|
#include <CtrlLib/CtrlLib.h>
|
|
|
|
using namespace Upp;
|
|
|
|
#define LAYOUTFILE <PolicyToolGUI/PolicyToolGUI.lay>
|
|
#include <CtrlCore/lay.h>
|
|
|
|
class MainWindow : public WithMainWindowLayout<TopWindow> {
|
|
public:
|
|
MainWindow();
|
|
};
|
|
|
|
#endif
|