NS/main/source/cl_dll/in_defs.h

12 lines
152 B
C
Raw Normal View History

2014-01-23 10:46:47 +00:00
#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