mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-16 06:05:58 -06:00
17 lines
235 B
C++
17 lines
235 B
C++
#ifndef _ArrayCtrl_ArrayCtrl_h
|
|
#define _ArrayCtrl_ArrayCtrl_h
|
|
|
|
#include <CtrlLib/CtrlLib.h>
|
|
|
|
using namespace Upp;
|
|
|
|
|
|
|
|
class ArrayCtrl : public TopWindow {
|
|
|
|
public:
|
|
typedef ArrayCtrl CLASSNAME;
|
|
ArrayCtrl();
|
|
};
|
|
|
|
#endif
|