14 lines
208 B
C
14 lines
208 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
|
|
|
|
#define DLLEXPORT __declspec( dllexport )
|
|
|
|
#endif |