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