2025-04-27 07:49:33 -04:00

19 lines
498 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__