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