summaryrefslogtreecommitdiff
path: root/engine/enginethreads.cpp
blob: b86e927c782652b1ebb9016c133942064fd75a30 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
//========= Copyright Valve Corporation, All rights reserved. ============//
//
// Purpose:
//
//=============================================================================

#include "enginethreads.h"


bool g_bThreadedEngine = false;
int g_nMaterialSystemThread = 0;
int g_nServerThread = 1;