mirror of https://github.com/FWGS/hlsdk-xash3d
20 lines
353 B
C
20 lines
353 B
C
//========= Copyright (c) 1996-2002, Valve LLC, All rights reserved. ============
|
|
//
|
|
// Purpose:
|
|
//
|
|
// $NoKeywords: $
|
|
//=============================================================================
|
|
|
|
#pragma once
|
|
#if !defined( IN_DEFSH )
|
|
#define IN_DEFSH
|
|
|
|
// up / down
|
|
#define PITCH 0
|
|
// left / right
|
|
#define YAW 1
|
|
// fall over
|
|
#define ROLL 2
|
|
|
|
#endif
|