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