1
0
mirror of https://github.com/ValveSoftware/halflife.git synced 2025-04-23 14:53:39 +03:00
2013-08-30 13:34:05 -07:00

20 lines
351 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
#endif