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