mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
17 lines
258 B
C++
17 lines
258 B
C++
#ifndef _Days_Days_h
|
|
#define _Days_Days_h
|
|
|
|
#include <CtrlLib/CtrlLib.h>
|
|
|
|
using namespace Upp;
|
|
|
|
#define LAYOUTFILE <Days/Days.lay>
|
|
#include <CtrlCore/lay.h>
|
|
|
|
class Days : public WithDaysLayout<TopWindow> {
|
|
public:
|
|
typedef Days CLASSNAME;
|
|
Days();
|
|
};
|
|
|
|
#endif
|