Files
easy7zip/CPP/7zip/UI/FileManager/HelpUtils.h
2017-04-30 14:14:14 +02:00

11 lines
159 B
C

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