Files
Work/mdiwin/STDTMPLK.CPP
2024-08-07 09:16:27 -04:00

32 lines
837 B
C++
Raw Permalink Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
#define _EXPAND_VECTOR_TEMPLATES_
#define _EXPAND_GIFDECODER_TEMPLATES_
#include <mdiwin/types.hpp>
#include <mdiwin/fltprs.hpp>
#include <mdiwin/vector.hpp>
#include <mdiwin/vector.tpp>
#include <mdiwin/colorcnt.hpp>
#include <mdiwin/point.hpp>
#include <mdiwin/segment.hpp>
#include <mdiwin/bitmap.hpp>
#include <mdiwin/bit32.hpp>
#include <mdiwin/view.hpp>
#include <mdiwin/slide.hpp>
#include <mdiwin/viewcntr.hpp>
#include <mdiwin/byte.hpp>
#include <mdiwin/gif.hpp>
#include <mdiwin/gif.tpp>
typedef Vector<FloatPairs> a;
typedef Vector<ColorCount> b;
typedef Vector<a> c;
typedef Vector<Point> d;
typedef Vector<Segment> e;
typedef Vector<Bitmap> f;
typedef Vector<BIT32> g;
typedef Vector<ViewWindow> h;
typedef Vector<SlideWindow> i;
typedef Vector<ViewContainer> j;
typedef GIFDecoder<ViewWindow> k;
typedef Vector<Byte> l;