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