mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-17 06:06:00 -06:00
21 lines
349 B
C++
21 lines
349 B
C++
#ifndef _testcrash_testcrash_h
|
|
#define _testcrash_testcrash_h
|
|
|
|
#include <CtrlLib/CtrlLib.h>
|
|
|
|
using namespace Upp;
|
|
|
|
#define LAYOUTFILE <testcrash/testcrash.lay>
|
|
#include <CtrlCore/lay.h>
|
|
|
|
|
|
|
|
class testcrash : public WithtestcrashLayout<TopWindow> {
|
|
public:
|
|
typedef testcrash CLASSNAME;
|
|
testcrash();
|
|
void testing();
|
|
};
|
|
|
|
#endif
|
|
|