diff options
Diffstat (limited to 'plugins/!NotAdopted/Xfire/xfiretest/addgamedialog.h')
| -rw-r--r-- | plugins/!NotAdopted/Xfire/xfiretest/addgamedialog.h | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/plugins/!NotAdopted/Xfire/xfiretest/addgamedialog.h b/plugins/!NotAdopted/Xfire/xfiretest/addgamedialog.h deleted file mode 100644 index 3795df1ed5..0000000000 --- a/plugins/!NotAdopted/Xfire/xfiretest/addgamedialog.h +++ /dev/null @@ -1,28 +0,0 @@ -#ifndef _ADDGAME_H
-#define _ADDGAME_H
-
-#include "baseProtocol.h"
-#include "Xfire_gamelist.h"
-
-//dialog funktion
-INT_PTR CALLBACK DlgAddGameProc (HWND hwndDlg,
- UINT uMsg,
- WPARAM wParam,
- LPARAM lParam
-);
-
-INT_PTR CALLBACK DlgAddGameProcMain (HWND hwndDlg,
- UINT uMsg,
- WPARAM wParam,
- LPARAM lParam
-);
-
-//struct für den cache
-struct lbInicache {
- char name[255];
- unsigned int gameid;
-};
-
-void AddGameDialog(HWND hwndDlg,Xfire_game* game=NULL);
-
-#endif
\ No newline at end of file |
