mirror of
https://github.com/ENSL/NS.git
synced 2025-02-03 06:21:06 +00:00
8 lines
No EOL
132 B
C
8 lines
No EOL
132 B
C
#if !defined ( VIEWH )
|
|
#define VIEWH
|
|
#pragma once
|
|
|
|
void V_StartPitchDrift( void );
|
|
void V_StopPitchDrift( void );
|
|
|
|
#endif // !VIEWH
|