forked from Ivasoft/DSView
titlebar able process window move
This commit is contained in:
8
DSView/pv/interface/uicallback.h
Normal file
8
DSView/pv/interface/uicallback.h
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
class IDlgCallback
|
||||
{
|
||||
public:
|
||||
virtual void OnDlgResult(bool bYes)=0;
|
||||
};
|
||||
Reference in New Issue
Block a user