mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-17 14:16:10 -06:00
17 lines
305 B
C++
17 lines
305 B
C++
#ifndef _ChildClip_ChildClip_h
|
|
#define _ChildClip_ChildClip_h
|
|
|
|
#include <CtrlLib/CtrlLib.h>
|
|
|
|
#define LAYOUTFILE <ChildClip/ChildClip.lay>
|
|
#include <CtrlCore/lay.h>
|
|
|
|
|
|
|
|
class ChildClip : public WithChildClipLayout<TopWindow> {
|
|
public:
|
|
typedef ChildClip CLASSNAME;
|
|
ChildClip();
|
|
};
|
|
|
|
#endif
|