mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-16 06:05:58 -06:00
15 lines
300 B
C++
15 lines
300 B
C++
#ifndef _EditTime_EditTime_h
|
|
#define _EditTime_EditTime_h
|
|
|
|
#include <CtrlLib/CtrlLib.h>
|
|
|
|
#define LAYOUTFILE <EditTime/EditTime.lay>
|
|
#include <CtrlCore/lay.h>
|
|
|
|
class EditTimeDlg : public WithEditTimeLayout<TopWindow> {
|
|
public:
|
|
typedef EditTimeDlg CLASSNAME;
|
|
EditTimeDlg();
|
|
};
|
|
|
|
#endif
|