mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-17 06:06:00 -06:00
18 lines
318 B
C++
18 lines
318 B
C++
#ifndef _beta_beta_h
|
|
#define _beta_beta_h
|
|
|
|
#include <CtrlLib/CtrlLib.h>
|
|
|
|
#define LAYOUTFILE <beta/beta.lay>
|
|
#include <CtrlCore/lay.h>
|
|
|
|
#define IMAGEFILE <beta/beta.iml>
|
|
#include <Draw/iml_header.h>
|
|
|
|
class beta : public WithbetaLayout<TopWindow> {
|
|
public:
|
|
typedef beta CLASSNAME;
|
|
beta();
|
|
};
|
|
|
|
#endif
|