ultimatepp/upptst/StdRichTextZoom/Test.h
Mirek Fidler 61cc194e68 .upptst
2025-07-02 15:36:55 +02:00

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