7 lines
190 B
C++
7 lines
190 B
C++
#pragma once
|
|
|
|
class CPostbuildProcessListEntry;
|
|
|
|
bool GenerateCatalogContents( const CPostbuildProcessListEntry& item );
|
|
bool UpdateManifestHashes( const CPostbuildProcessListEntry& item );
|