From c2226f6e3480c99306fe197b8aef63c9613e825b Mon Sep 17 00:00:00 2001 From: curt Date: Sat, 26 Feb 2000 18:01:13 +0000 Subject: [PATCH] Added bfi.[ch]xx (Big Flat Interface) to give a consistant access point to shared state inside Flight Gear. --- src/Cockpit/panel.cxx | 334 ++++++----------- src/Cockpit/panel.hxx | 19 +- src/Main/Makefile.am | 1 + src/Main/bfi.cxx | 850 ++++++++++++++++++++++++++++++++++++++++++ src/Main/bfi.hxx | 152 ++++++++ src/Main/save.cxx | 280 ++++++-------- 6 files changed, 1247 insertions(+), 389 deletions(-) create mode 100644 src/Main/bfi.cxx create mode 100644 src/Main/bfi.hxx diff --git a/src/Cockpit/panel.cxx b/src/Cockpit/panel.cxx index 520e6ed51..d6b3d0065 100644 --- a/src/Cockpit/panel.cxx +++ b/src/Cockpit/panel.cxx @@ -35,6 +35,7 @@ #include #include #include
+#include
#include #include #include