mirror of
https://github.com/ENSL/NS.git
synced 2024-11-13 00:24:38 +00:00
4f13237895
Change CRLF to LF in repo.
15 lines
No EOL
330 B
C
15 lines
No EOL
330 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
|