windows-nt/Source/XPSP1/NT/shell/osshell/fontfldr/fontext/inc/viewvect.h

19 lines
480 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
/**********************************************************************
* 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__