From 96c20e65326d70d55612c11d613e058520517999 Mon Sep 17 00:00:00 2001 From: curt Date: Wed, 19 Apr 2000 21:22:16 +0000 Subject: [PATCH] Added custom joystick client support so that flight gear can read values being shipped over from a separate joystick server. --- src/Main/fg_io.cxx | 4 ++++ src/Main/main.cxx | 14 +++++++------- src/Main/options.cxx | 2 ++ 3 files changed, 13 insertions(+), 7 deletions(-) diff --git a/src/Main/fg_io.cxx b/src/Main/fg_io.cxx index 45934a1da..981a6f9e3 100644 --- a/src/Main/fg_io.cxx +++ b/src/Main/fg_io.cxx @@ -41,6 +41,7 @@ #include #include #include +#include #include