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