mirror of
https://github.com/FWGS/hlsdk-xash3d
synced 2024-11-10 20:29:35 +01:00
15 lines
344 B
C
15 lines
344 B
C
//========= Copyright © 1996-2002, Valve LLC, All rights reserved. ============
|
|
//
|
|
// Purpose:
|
|
//
|
|
// $NoKeywords: $
|
|
//=============================================================================
|
|
|
|
#if !defined ( VIEWH )
|
|
#define VIEWH
|
|
#pragma once
|
|
|
|
void V_StartPitchDrift( void );
|
|
void V_StopPitchDrift( void );
|
|
|
|
#endif // !VIEWH
|