mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
16 lines
233 B
C++
16 lines
233 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
|