16 lines
254 B
C
16 lines
254 B
C
extern HINSTANCE hinstance;
|
|
extern HWND ghwnd;
|
|
extern int mousecapture;
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
#define szClassName "PCemMainWnd"
|
|
#define szSubClassName "PCemSubWnd"
|
|
|
|
void leave_fullscreen();
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|