fast/Platform/ModuleListCtrl.h

19 lines
210 B
C
Raw Permalink Normal View History

2025-01-20 10:30:01 +08:00
#pragma once
// CModuleListCtrl
class CModuleListCtrl : public CListCtrl
{
DECLARE_DYNAMIC(CModuleListCtrl)
public:
CModuleListCtrl();
virtual ~CModuleListCtrl();
protected:
DECLARE_MESSAGE_MAP()
};