mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-06-30 06:12:22 -06:00
16 lines
260 B
C++
16 lines
260 B
C++
#ifndef _Test_Test_h
|
|
#define _Test_Test_h
|
|
|
|
#include <CtrlLib/CtrlLib.h>
|
|
|
|
using namespace Upp;
|
|
|
|
#define LAYOUTFILE <StdRichTextZoom/Test.lay>
|
|
#include <CtrlCore/lay.h>
|
|
|
|
class Test : public WithTestLayout<TopWindow> {
|
|
public:
|
|
Test();
|
|
};
|
|
|
|
#endif
|