2007-10-28 21:15:51 +01:00
|
|
|
#ifndef _INCLUDE_INSTALLER_CHOOSE_METHOD_H_
|
|
|
|
#define _INCLUDE_INSTALLER_CHOOSE_METHOD_H_
|
|
|
|
|
|
|
|
#include "InstallerMain.h"
|
2007-11-25 19:03:59 +01:00
|
|
|
#include "GamesList.h"
|
2007-10-28 21:15:51 +01:00
|
|
|
|
|
|
|
void *DisplayChooseMethod(HWND hWnd);
|
|
|
|
|
2007-11-25 19:03:59 +01:00
|
|
|
extern game_group_t *g_game_group;
|
|
|
|
|
2007-10-28 21:15:51 +01:00
|
|
|
#endif //_INCLUDE_INSTALLER_CHOOSE_METHOD_H_
|