Paranoia2/cl_dll/in_defs.h

24 lines
439 B
C

//========= Copyright © 1996-2002, Valve LLC, All rights reserved. ============
//
// Purpose:
//
// $NoKeywords: $
//=============================================================================
#if !defined( IN_DEFSH )
#define IN_DEFSH
#pragma once
// up / down
#define PITCH 0
// left / right
#define YAW 1
// fall over
#define ROLL 2
#include <exportdef.h>
void V_StartPitchDrift( void );
void V_StopPitchDrift( void );
#endif