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;
|