Files
easy7zip/CPP/7zip/UI/FileManager/HelpUtils.h
Igor Pavlov 2efa10565a 17.00
2017-05-05 18:56:20 +01: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