This commit is contained in:
FluorescentCIAAfricanAmerican
2020-04-22 12:56:21 -04:00
commit 3bf9df6b27
15370 changed files with 5489726 additions and 0 deletions

30
engine/sys_mainwind.h Normal file
View File

@ -0,0 +1,30 @@
//========= Copyright Valve Corporation, All rights reserved. ============//
//
// Purpose:
//
//=============================================================================//
#ifndef SYS_MAINWIND_H
#define SYS_MAINWIND_H
#ifdef _WIN32
#pragma once
#endif
int MapEngineKeyToVirtualKey( int keyCode );
// Pause VCR playback.
void VCR_EnterPausedState();
// During VCR playback, this can be adjusted to slow down the playback.
extern int g_iVCRPlaybackSleepInterval;
// During VCR playback, if this is true, then it'll pause at the end of each frame.
extern bool g_bVCRSingleStep;
extern bool g_bShowVCRPlaybackDisplay;
#endif // SYS_MAINWIND_H