mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-16 06:05:58 -06:00
20 lines
291 B
C++
20 lines
291 B
C++
#ifndef _LTest_LTest_h
|
|
#define _LTest_LTest_h
|
|
|
|
#include <CtrlLib/CtrlLib.h>
|
|
|
|
using namespace Upp;
|
|
|
|
#define LAYOUTFILE <LTest/LTest.lay>
|
|
#include <CtrlCore/lay.h>
|
|
|
|
|
|
|
|
class LTest : public WithLTestLayout<TopWindow> {
|
|
public:
|
|
typedef LTest CLASSNAME;
|
|
LTest();
|
|
};
|
|
|
|
#endif
|
|
|