dsrc isn't necessary for this repo
[client-tools.git] / src / external / 3rd / application / UiBuilder / DiffDialogBox.h
blob1a01b3ab11551489e778f8d37c3199f86243fc2a
1 #pragma once
3 //////////////////////////////////////////////////////////////////////////
5 class UIBaseObject;
7 //////////////////////////////////////////////////////////////////////////
9 class DiffDialogBox
11 public:
13 bool DiffObjects(HWND hwndParent, UIBaseObject const & lhs, UIBaseObject const & rhs);
15 private:
17 static BOOL CALLBACK DialogProc(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam);