mirror of
https://github.com/microsoft/Microsoft-3D-Movie-Maker.git
synced 2024-11-14 15:35:06 +00:00
22 lines
627 B
C
22 lines
627 B
C
/* Copyright (c) Microsoft Corporation.
|
|
Licensed under the MIT License. */
|
|
|
|
/* Copyright (c) Microsoft Corporation.
|
|
Licensed under the MIT License. */
|
|
|
|
/***************************************************************************
|
|
Author: ShonK
|
|
Project: Kauai
|
|
Copyright (c) Microsoft Corporation
|
|
|
|
Chunky help exporting. Only one API is exported by this module. It
|
|
writes chomp source for the help topics contained in a chunky file.
|
|
|
|
***************************************************************************/
|
|
#ifndef CHELPEXP_H
|
|
#define CHELPEXP_H
|
|
|
|
bool FExportHelpText(PCFL pcfl, PMSNK pmsnk);
|
|
|
|
#endif //!CHELPEXP_H
|
|
|