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