Files
LookingGlass/idd/LGIddHelper/CButton.h
Geoffrey McRae e9b7bdfea1 Revert "[all] refresh copyright"
Corrupted IDD sources due to lack of UTF-8 with BOM support in the
script.
2026-05-31 15:10:44 +10:00

10 lines
135 B
C++

#pragma once
#include "CWidget.h"
class CButton : public CWidget
{
public:
CButton(LPCWSTR title, DWORD style, HWND parent);
};