blob: ab8adf359ef66dbba20a21a05ec03a20f7989db1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
//===================== 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 );
|