mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-06 07:14:55 -06:00
11 lines
163 B
C
Executable File
11 lines
163 B
C
Executable File
// HelpUtils.h
|
|
|
|
#ifndef ZIP7_INC_HELP_UTILS_H
|
|
#define ZIP7_INC_HELP_UTILS_H
|
|
|
|
#include "../../../Common/MyString.h"
|
|
|
|
void ShowHelpWindow(LPCSTR topicFile);
|
|
|
|
#endif
|