summaryrefslogtreecommitdiff
path: root/protocols/Xfire/src/addgamedialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/Xfire/src/addgamedialog.h')
-rw-r--r--protocols/Xfire/src/addgamedialog.h28
1 files changed, 0 insertions, 28 deletions
diff --git a/protocols/Xfire/src/addgamedialog.h b/protocols/Xfire/src/addgamedialog.h
deleted file mode 100644
index 597b0ad985..0000000000
--- a/protocols/Xfire/src/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