mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-16 06:05:58 -06:00
20 lines
271 B
C++
20 lines
271 B
C++
#ifndef _SWR_SWR_h
|
|
#define _SWR_SWR_h
|
|
|
|
#include <CtrlLib/CtrlLib.h>
|
|
|
|
using namespace Upp;
|
|
|
|
#define LAYOUTFILE <SWR/SWR.lay>
|
|
#include <CtrlCore/lay.h>
|
|
|
|
|
|
|
|
class SWR : public WithSWRLayout<TopWindow> {
|
|
public:
|
|
typedef SWR CLASSNAME;
|
|
SWR();
|
|
};
|
|
|
|
#endif
|
|
|