sourcemod/tools/installer/ChooseMethod.h

9 lines
209 B
C
Raw Normal View History

#ifndef _INCLUDE_INSTALLER_CHOOSE_METHOD_H_
#define _INCLUDE_INSTALLER_CHOOSE_METHOD_H_
#include "InstallerMain.h"
void *DisplayChooseMethod(HWND hWnd);
#endif //_INCLUDE_INSTALLER_CHOOSE_METHOD_H_