Etterna
0.74.4
Loading...
Searching...
No Matches
src
archutils
Win32
DialogUtil.h
1
#ifndef DialogUtil_H
2
#define DialogUtil_H
3
4
#include <windows.h>
5
6
namespace
DialogUtil {
7
void
8
SetHeaderFont(HWND hdlg,
int
nID);
9
void
10
LocalizeDialogAndContents(HWND hdlg);
11
};
12
13
#endif
Generated by
1.9.8