mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-16 06:05:58 -06:00
13 lines
208 B
C++
13 lines
208 B
C++
#ifndef _testColumn_testColumn_h
|
|
#define _testColumn_testColumn_h
|
|
|
|
|
|
|
|
|
|
class testColumn : public WithtestColumnLayout<TopWindow> {
|
|
public:
|
|
typedef testColumn CLASSNAME;
|
|
testColumn();
|
|
};
|
|
|
|
#endif
|