mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-06-30 06:12:22 -06:00
17 lines
335 B
C++
17 lines
335 B
C++
#ifndef _EnableCase_EnableCase_h
|
|
#define _EnableCase_EnableCase_h
|
|
|
|
#include <CtrlLib/CtrlLib.h>
|
|
|
|
using namespace Upp;
|
|
|
|
#define LAYOUTFILE <EnableCase/EnableCase.lay>
|
|
#include <CtrlCore/lay.h>
|
|
|
|
class EnableCase : public WithEnableCaseLayout<TopWindow> {
|
|
public:
|
|
typedef EnableCase CLASSNAME;
|
|
EnableCase();
|
|
};
|
|
|
|
#endif
|