diff options
Diffstat (limited to 'protocol-fg/fgtypes.h')
-rw-r--r-- | protocol-fg/fgtypes.h | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/protocol-fg/fgtypes.h b/protocol-fg/fgtypes.h deleted file mode 100644 index 2e493f46..00000000 --- a/protocol-fg/fgtypes.h +++ /dev/null @@ -1,27 +0,0 @@ -/******************************************************************************** -* FaceTrackNoIR This program is a private project of the some enthusiastic * -* gamers from Holland, who don't like to pay much for * -* head-tracking. * -* * -* Copyright (C) 2010 Wim Vriend (Developing) * -* Ron Hendriks (Researching and Testing) * -* * -* Homepage * -* * -* Type definitions for the FlightGear server. * -********************************************************************************/ -#pragma once -#ifndef INCLUDED_FGTYPES_H -#define INCLUDED_FGTYPES_H - -// -// x,y,z position in metres, heading, pitch and roll in degrees... -// -#pragma pack(push, 2) -struct TFlightGearData { - double x, y, z, h, p, r; - int status; -}; -#pragma pack(pop) - -#endif//INCLUDED_FGTYPES_H |