Definitions for 'fs_packedstore_max_helper_threads'

This commit is contained in:
Kawe Mazidjatari 2022-11-17 20:37:55 +01:00
parent 8c7b58b9df
commit bfa875394f
2 changed files with 2 additions and 0 deletions

View File

@ -160,6 +160,7 @@ ConVar* fs_show_warning_output = nullptr;
ConVar* fs_packedstore_entryblock_stats = nullptr;
ConVar* fs_packedstore_workspace = nullptr;
ConVar* fs_packedstore_compression_level = nullptr;
ConVar* fs_packedstore_max_helper_threads = nullptr;
//-----------------------------------------------------------------------------
// MATERIALSYSTEM |
#ifndef DEDICATED

View File

@ -156,6 +156,7 @@ extern ConVar* fs_show_warning_output;
extern ConVar* fs_packedstore_entryblock_stats;
extern ConVar* fs_packedstore_workspace;
extern ConVar* fs_packedstore_compression_level;
extern ConVar* fs_packedstore_max_helper_threads;
//-------------------------------------------------------------------------
// MATERIALSYSTEM |
#ifndef DEDICATED