9 lines
201 B
C
9 lines
201 B
C
|
#ifndef _INCLUDE_INSTALLER_SELECT_GAME_H_
|
||
|
#define _INCLUDE_INSTALLER_SELECT_GAME_H_
|
||
|
|
||
|
#include "InstallerMain.h"
|
||
|
|
||
|
void *DisplaySelectGame(HWND hWnd);
|
||
|
|
||
|
#endif //_INCLUDE_INSTALLER_SELECT_GAME_H_
|