NS/main/source/cl_dll/in_defs.h

12 lines
163 B
C
Raw Normal View History

2014-12-16 13:36:27 +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