0
0
Fork 0
mirror of https://github.com/ENSL/NS.git synced 2025-03-11 19:51:44 +00:00
NS/releases/3.1.3/source/cl_dll/in_defs.h

12 lines
163 B
C
Raw Normal View History

#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