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

#define Uses_TDirListBox
#define Uses_TStreamableClass
#include <tv.h>

TStreamableClass CLY_EXPORT RDirListBox( TDirListBox::name,
                              TDirListBox::build,
                              __DELTA(TDirListBox)
                            );

#endif