mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-17 06:06:00 -06:00
17 lines
265 B
C++
17 lines
265 B
C++
#ifndef _test2_test2_h
|
|
#define _test2_test2_h
|
|
|
|
#include <CtrlLib/CtrlLib.h>
|
|
|
|
#define LAYOUTFILE <test2/test2.lay>
|
|
#include <CtrlCore/lay.h>
|
|
|
|
|
|
|
|
class test2 : public Withtest2Layout<TopWindow> {
|
|
public:
|
|
typedef test2 CLASSNAME;
|
|
test2();
|
|
};
|
|
|
|
#endif
|