mirror of
https://github.com/ENSL/NS.git
synced 2024-11-15 09:21:54 +00:00
12 lines
No EOL
152 B
C
12 lines
No EOL
152 B
C
#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 |