// HelpUtils.h

#ifndef ZIP7_INC_HELP_UTILS_H
#define ZIP7_INC_HELP_UTILS_H

#include "../../../Common/MyString.h"

void ShowHelpWindow(LPCSTR topicFile);

#endif
