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