blob: fbfc74fc28ec53ab17abedecde1ce449d3b42de5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
// File: OSD_NListOfSystemFont.hxx
// Created: 20.01.2009
// Author: Alexander A. BORODIN
#ifndef _OSD_NListOfSystemFont_HeaderFile
#define _OSD_NListOfSystemFont_HeaderFile
#include <NCollection_DefineList.hxx>
#include <OSD_SystemFont.hxx>
DEFINE_LIST (OSD_NListOfSystemFont,
NCollection_List,
Handle(OSD_SystemFont))
#endif
|