Files
easy7zip/CPP/7zip/UI/FileManager/HelpUtils.h
2020-05-31 13:08:03 +02:00

11 lines
149 B
C

// HelpUtils.h
#ifndef __HELP_UTILS_H
#define __HELP_UTILS_H
#include "../../../Common/MyString.h"
void ShowHelpWindow(LPCSTR topicFile);
#endif