dxx-rebirth/arch/win32/winmain.h
2006-03-20 16:43:15 +00:00

18 lines
221 B
C
Executable file

#ifndef __WINMAIN_H__
#define __WINMAIN_H__
#ifdef __cplusplus
extern "C" {
#endif
extern int InitMain (void);
extern void PumpMessages (void);
extern HWND g_hWnd;
#ifdef __cplusplus
}
#endif
#endif // __WINMAIN_H__