Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
480 B

  1. /**********************************************************************
  2. * FontVect.h -- Font vector. An indirect array of FontID objects.
  3. *
  4. **********************************************************************/
  5. #if !defined(__VIEWVECT_H__)
  6. #define __VIEWVECT_H__
  7. #include "vecttmpl.h"
  8. // ********************************************************************
  9. // Forward Declarations
  10. //
  11. class CFontView;
  12. typedef CIVector<CFontView> CViewVector;
  13. #endif // __VIEWVECT_H__