Team Fortress 2 Source Code as on 22/4/2020
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
684 B

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