NHDT->ANH, nethack->anethack, nhdat->anhdat
[aNetHack.git] / sys / wince / mhfont.h
blob6ee9251c7b68a5680740b28d84c9820d3b408dc3
1 /* aNetHack 0.0.1 mhfont.h $ANH-Date: 1432512798 2015/05/25 00:13:18 $ $ANH-Branch: master $:$ANH-Revision: 1.10 $ */
2 /* Copyright (C) 2001 by Alex Kompel */
3 /* aNetHack may be freely redistributed. See license for details. */
5 /* font management functions */
7 #ifndef MSWINFont_h
8 #define MSWINFont_h
10 #include "winMS.h"
12 HGDIOBJ mswin_get_font(int win_type, int attr, HDC hdc, BOOL replace);
13 UINT mswin_charset();
15 #endif /* MSWINFont_h */