css_enhanced_waf/utils/kvc/kvc_paintkit.h
FluorescentCIAAfricanAmerican 3bf9df6b27 1
2020-04-22 12:56:21 -04:00

17 lines
No EOL
684 B
C

//===================== Copyright (c) Valve Corporation. All Rights Reserved. ======================
//
//==================================================================================================
#pragma once
#include "tier1/utlvector.h"
#include "tier1/utlsymbol.h"
//--------------------------------------------------------------------------------------------------
// Save KeyValues to a file with cleaner floats (only 1 trailing 0 after a decimal)
// and values lined up in each block
//--------------------------------------------------------------------------------------------------
void ProcessPaintKitKeyValuesFiles( const CUtlVector< CUtlSymbol > &workList );