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

#define Uses_TColorDisplay
#define Uses_TStreamableClass
#include <tv.h>
__link( RView )

TStreamableClass CLY_EXPORT RColorDisplay( TColorDisplay::name,
                                TColorDisplay::build,
                                __DELTA(TColorDisplay)
                              );

#endif