windows-nt/Source/XPSP1/NT/shell/osshell/fontfldr/fontext/inc/viewvect.h
2020-09-26 16:20:57 +08:00

19 lines
480 B
C++

/**********************************************************************
* FontVect.h -- Font vector. An indirect array of FontID objects.
*
**********************************************************************/
#if !defined(__VIEWVECT_H__)
#define __VIEWVECT_H__
#include "vecttmpl.h"
// ********************************************************************
// Forward Declarations
//
class CFontView;
typedef CIVector<CFontView> CViewVector;
#endif // __VIEWVECT_H__