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