OSDN Git Service

Initial Import
[nethackexpress/trunk.git] / sys / wince / mhfont.h
1 /* Copyright (C) 2001 by Alex Kompel <shurikk@pacbell.net> */
2 /* NetHack may be freely redistributed.  See license for details. */
3
4 /* font management functions */
5
6 #ifndef MSWINFont_h
7 #define MSWINFont_h
8
9 #include "winMS.h"
10
11 HGDIOBJ mswin_get_font(int win_type, int attr, HDC hdc, BOOL replace);
12 UINT mswin_charset();
13
14 #endif /* MSWINFont_h */