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

#define Uses_TWindow
#define Uses_TStreamableClass
#include <tv.h>
__link( RGroup )
__link( RFrame )

TStreamableClass CLY_EXPORT RWindow( TWindow::name,
                          TWindow::build,
                          __DELTA(TWindow)
                        );

#endif