mirror of
https://github.com/gnif/LookingGlass.git
synced 2026-01-18 17:52:30 +00:00
[idd] helper: add mode save button
This commit is contained in:
9
idd/LGIddHelper/CButton.h
Normal file
9
idd/LGIddHelper/CButton.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#pragma once
|
||||
|
||||
#include "CWidget.h"
|
||||
|
||||
class CButton : public CWidget
|
||||
{
|
||||
public:
|
||||
CButton(LPCWSTR title, DWORD style, HWND parent);
|
||||
};
|
||||
Reference in New Issue
Block a user