Starshatter_Open
Open source Starshatter engine
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
TrackIR.cpp File Reference
#include "MemDebug.h"
#include "TrackIR.h"
#include "NPClient.h"
#include "NPClientWraps.h"
#include "Game.h"
#include "Text.h"

Go to the source code of this file.

Macros

#define NP_DEVELOPER_ID   6401

Variables

const double TRACK_TOP = -8000
const double TRACK_BOTTOM = 8000
const double TRACK_LEFT = 16000
const double TRACK_RIGHT = -16000
const double TRACK_XYZ = 24000

Macro Definition Documentation

#define NP_DEVELOPER_ID   6401

Variable Documentation

const double TRACK_BOTTOM = 8000

Definition at line 26 of file TrackIR.cpp.

const double TRACK_LEFT = 16000

Definition at line 27 of file TrackIR.cpp.

const double TRACK_RIGHT = -16000

Definition at line 28 of file TrackIR.cpp.

const double TRACK_TOP = -8000

Definition at line 25 of file TrackIR.cpp.

const double TRACK_XYZ = 24000

Definition at line 29 of file TrackIR.cpp.