summaryrefslogtreecommitdiff
path: root/tvision/stream/seditwin.cc
blob: 8a48b132cf640c47c1d4cc498a499fbdc87c5870 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef NO_STREAM

#define Uses_TStreamableClass
#define Uses_TEditWindow
#include <tv.h>
__link( RWindow )
__link( RFileEditor )

TStreamableClass CLY_EXPORT REditWindow( TEditWindow::name,
                              TEditWindow::build,
                              __DELTA(TEditWindow)
                            );

#endif