the old-new win32 port
[libpicofe.git] / win32 / main.h
diff --git a/win32/main.h b/win32/main.h
new file mode 100644 (file)
index 0000000..7186b52
--- /dev/null
@@ -0,0 +1,11 @@
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+extern HWND FrameWnd;
+extern RECT FrameRectMy;
+extern RECT EmuScreenRect;
+
+#ifdef __cplusplus
+}
+#endif