summaryrefslogtreecommitdiff
path: root/plugins/peopsxgl/cfg.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/peopsxgl/cfg.h')
-rw-r--r--plugins/peopsxgl/cfg.h14
1 files changed, 13 insertions, 1 deletions
diff --git a/plugins/peopsxgl/cfg.h b/plugins/peopsxgl/cfg.h
index 634513dc..d7070bed 100644
--- a/plugins/peopsxgl/cfg.h
+++ b/plugins/peopsxgl/cfg.h
@@ -16,5 +16,17 @@
* *
***************************************************************************/
+#ifdef _WINDOWS
+
void ReadConfig(void);
-void ReadConfigFile();
+void WriteConfig(void);
+void ReadWinSizeConfig(void);
+BOOL CALLBACK CfgDlgProc(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam);
+BOOL CALLBACK AboutDlgProc(HWND hW, UINT uMsg, WPARAM wParam, LPARAM lParam);
+
+#else
+
+void ReadConfig(void);
+void ReadConfigFile();
+
+#endif