mirror of
https://github.com/RaySollium99/libpicofe.git
synced 2025-09-05 06:47:45 -04:00

git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@804 be3aeb3a-fb24-0410-a615-afba39da0efa
11 lines
143 B
C
11 lines
143 B
C
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
extern HWND FrameWnd;
|
|
extern RECT FrameRectMy;
|
|
extern RECT EmuScreenRect;
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|