]> icculus.org git repositories - btb/d2x.git/blob - arch/win32/include/winmain.h
Allow use of 22K sound samples
[btb/d2x.git] / arch / win32 / include / winmain.h
1 #ifndef __WINMAIN_H__
2 #define __WINMAIN_H__
3
4 #ifdef __cplusplus
5 extern "C" {
6 #endif
7
8 extern int InitMain (void);
9 extern void PumpMessages (void);
10
11 extern HWND g_hWnd;
12
13 #ifdef __cplusplus
14 }
15 #endif
16
17 #endif  // __WINMAIN_H__