cd: fix copy-paste bug, comm issue
[picodrive.git] / platform / win32 / main.h
CommitLineData
823b9004 1#ifdef __cplusplus
2extern "C" {
3#endif
4
5extern HWND FrameWnd;
6extern RECT FrameRectMy;
7extern RECT EmuScreenRect;
8
9#ifdef __cplusplus
10}
11#endif