32 lines
848 B
C++
32 lines
848 B
C++
#define _EXPAND_BLOCK_TEMPLATES_
|
|
#define _EXPAND_VECTOR_TEMPLATES_
|
|
#include <common/point.hpp>
|
|
#include <common/pvector.hpp>
|
|
#include <common/pvector.tpp>
|
|
#include <common/block.hpp>
|
|
#include <common/block.tpp>
|
|
#include <common/gdata.hpp>
|
|
#include <common/gdata.tpp>
|
|
#include <common/callback.hpp>
|
|
#include <common/callback.tpp>
|
|
#include <common/string.hpp>
|
|
#include <common/rgbquad.hpp>
|
|
#include <common/rgbcolor.hpp>
|
|
#include <avifile/movidata.hpp>
|
|
#include <avifile/strmhdr.hpp>
|
|
#include <avifile/drvname.hpp>
|
|
#include <thread/tcallbck.hpp>
|
|
#include <thread/tcallbck.tpp>
|
|
|
|
typedef Block<CallbackPointer> a;
|
|
typedef Block<String> b;
|
|
typedef Block<MovieData> c;
|
|
typedef Block<DriverName> d;
|
|
typedef Block<AVIStreamHeader> e;
|
|
typedef PureVector<Point> f;
|
|
typedef PureVector<RGBQuad> g;
|
|
typedef PureVector<RGBColor> h;
|
|
typedef GlobalData<BYTE> i;
|
|
|
|
|