NHDT->ANH, in most cases
[aNetHack.git] / sys / wince / mhfont.h
blob4156ab5c7327d3d685310c7e988042ee4069a66b
1 /* NetHack 3.6 mhfont.h $NHDT-Date: 1432512798 2015/05/25 00:13:18 $ $NHDT-Branch: master $:$NHDT-Revision: 1.10 $ */
2 /* Copyright (C) 2001 by Alex Kompel */
3 /* NetHack 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 */