remove stuff we won't need
[pcsx_rearmed.git] / win32 / gui / Win32.h
diff --git a/win32/gui/Win32.h b/win32/gui/Win32.h
deleted file mode 100644 (file)
index 39aa59f..0000000
+++ /dev/null
@@ -1,69 +0,0 @@
-/*  Pcsx - Pc Psx Emulator\r
- *  Copyright (C) 1999-2003  Pcsx Team\r
- *\r
- *  This program is free software; you can redistribute it and/or modify\r
- *  it under the terms of the GNU General Public License as published by\r
- *  the Free Software Foundation; either version 2 of the License, or\r
- *  (at your option) any later version.\r
- *\r
- *  This program is distributed in the hope that it will be useful,\r
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of\r
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\r
- *  GNU General Public License for more details.\r
- *\r
- *  You should have received a copy of the GNU General Public License\r
- *  along with this program; if not, write to the Free Software\r
- *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA\r
- */\r
-\r
-#ifndef __WIN32_H__\r
-#define __WIN32_H__\r
-\r
-typedef struct {\r
-       HWND hWnd;           // Main window handle\r
-       HINSTANCE hInstance; // Application instance\r
-       HMENU hMenu;         // Main window menu\r
-} AppData;\r
-\r
-AppData gApp;\r
-HANDLE hConsole;\r
-\r
-extern int StatesC;\r
-extern int AccBreak;\r
-extern int ConfPlug;\r
-extern int CancelQuit;\r
-extern char cfgfile[256];\r
-extern int Running;\r
-extern char PcsxDir[256];\r
-\r
-void strcatz(char *dst, char *src);\r
-\r
-LRESULT WINAPI MainWndProc(HWND, UINT, WPARAM, LPARAM);\r
-BOOL CALLBACK ConfigureMcdsDlgProc(HWND hW, UINT uMsg, WPARAM wParam, LPARAM lParam);\r
-BOOL CALLBACK ConfigureCpuDlgProc(HWND hW, UINT uMsg, WPARAM wParam, LPARAM lParam);\r
-BOOL CALLBACK ConfigureNetPlayDlgProc(HWND hW, UINT uMsg, WPARAM wParam, LPARAM lParam);\r
-\r
-LRESULT WINAPI CheatDlgProc(HWND hW, UINT uMsg, WPARAM wParam, LPARAM lParam);\r
-LRESULT WINAPI CheatSearchDlgProc(HWND hW, UINT uMsg, WPARAM wParam, LPARAM lParam);\r
-\r
-void ConfigurePlugins(HWND hWnd);\r
-\r
-int  Open_File_Proc(char *file);\r
-int  Open_Iso_Proc(char *file);\r
-void Open_Mcd_Proc(HWND hW, int MCDID);\r
-void CreateMainWindow(int nCmdShow);\r
-void RunGui();\r
-void PADhandleKey(int key);\r
-\r
-int  LoadConfig();\r
-void SaveConfig();\r
-\r
-void UpdateMenuSlots();\r
-void ResetMenuSlots();\r
-\r
-void InitLanguages();\r
-char *GetLanguageNext();\r
-void CloseLanguages();\r
-void ChangeLanguage(char *lang);\r
-\r
-#endif /* __WIN32_H__ */\r