blob: d7bdf453bee636bc2f5b17e77b2d3bdaf0e9d5de [file] [log] [blame]
// HelpUtils.h
#ifndef ZIP7_INC_HELP_UTILS_H
#define ZIP7_INC_HELP_UTILS_H
#include "../../../Common/MyString.h"
void ShowHelpWindow(LPCSTR topicFile);
#endif