css_enhanced_waf/external/vpc/utils/vpc/p4sln.h
FluorescentCIAAfricanAmerican 3bf9df6b27 1
2020-04-22 12:56:21 -04:00

17 lines
453 B
C

//====== Copyright © 1996-2005, Valve Corporation, All rights reserved. =======
//
// Purpose:
//
//=============================================================================
#ifndef P4SLN_H
#define P4SLN_H
#ifdef _WIN32
#pragma once
#endif
void GenerateSolutionForPerforceChangelist( CProjectDependencyGraph &dependencyGraph, CUtlVector<int> &changelists, IBaseSolutionGenerator *pGenerator, const char *pSolutionFilename );
#endif // P4SLN_H