mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-31 22:04:04 -06:00
19 lines
269 B
C++
19 lines
269 B
C++
#ifndef _aaa_aaa_h
|
|
#define _aaa_aaa_h
|
|
|
|
#include <CtrlLib/CtrlLib.h>
|
|
|
|
using namespace Upp;
|
|
|
|
#define LAYOUTFILE <aaa/aaa.lay>
|
|
#include <CtrlCore/lay.h>
|
|
|
|
class aaa : public WithaaaLayout<TopWindow>
|
|
{
|
|
public:
|
|
typedef aaa CLASSNAME;
|
|
aaa();
|
|
};
|
|
|
|
#endif
|
|
|