mirror of
https://github.com/nillerusr/source-engine.git
synced 2024-12-22 06:06:50 +00:00
13 lines
295 B
C++
13 lines
295 B
C++
//========= Copyright Valve Corporation, All rights reserved. ============//
|
|
//
|
|
// Purpose:
|
|
//
|
|
//=============================================================================
|
|
|
|
#include "enginethreads.h"
|
|
|
|
|
|
bool g_bThreadedEngine = false;
|
|
int g_nMaterialSystemThread = 0;
|
|
int g_nServerThread = 1;
|