Added winemine app.

diff --git a/programs/winemine/dialog.h b/programs/winemine/dialog.h
new file mode 100644
index 0000000..b74e567
--- /dev/null
+++ b/programs/winemine/dialog.h
@@ -0,0 +1,16 @@
+/*
+ * WineMine (dialog.h)
+ * 
+ * Copyright 2000 Joshua Thielen <jt85296@ltu.edu>
+ * To be distributed under the Wine License
+ */
+
+
+BOOL CALLBACK CustomDlgProc( HWND hDlg, UINT uMsg, WPARAM wParam, LPARAM lParam );
+
+BOOL CALLBACK CongratsDlgProc( HWND hDlg, UINT uMsg, WPARAM wParam, LPARAM lParam );
+
+BOOL CALLBACK TimesDlgProc( HWND hDlg, UINT uMsg, WPARAM wParam, LPARAM lParam );
+
+BOOL CALLBACK AboutDlgProc( HWND hDlg, UINT uMsg, WPARAM wParam, LPARAM lParam );
+