extend mmap wrapper functionality
[libpicofe.git] / win32 / main.h
1 #ifdef __cplusplus
2 extern "C" {
3 #endif
4
5 extern HWND FrameWnd;
6 extern RECT FrameRectMy;
7 extern RECT EmuScreenRect;
8
9 #ifdef __cplusplus
10 }
11 #endif