]> git.mxchange.org Git - flightgear.git/commit
Make HUD items private to the subsystem.
authorJames Turner <zakalawe@mac.com>
Wed, 26 Sep 2012 16:02:11 +0000 (17:02 +0100)
committerJames Turner <zakalawe@mac.com>
Wed, 26 Sep 2012 16:02:11 +0000 (17:02 +0100)
commit872e84d827a56e5065ac4e93b486ce4728824bf0
tree9252f8580764a4937291e3497a0b8cc9ea0a03be
parent1be2aa558f7157cf3f486ffcdf1ceee9f0ff0a0a
Make HUD items private to the subsystem.

Make the HUD independent of the instrument manager, and push most of the declarations from the header into a private header.
21 files changed:
src/Instrumentation/CMakeLists.txt
src/Instrumentation/HUD/HUD.cxx
src/Instrumentation/HUD/HUD.hxx
src/Instrumentation/HUD/HUD_dial.cxx
src/Instrumentation/HUD/HUD_gauge.cxx
src/Instrumentation/HUD/HUD_instrument.cxx
src/Instrumentation/HUD/HUD_label.cxx
src/Instrumentation/HUD/HUD_ladder.cxx
src/Instrumentation/HUD/HUD_misc.cxx
src/Instrumentation/HUD/HUD_private.hxx [new file with mode: 0644]
src/Instrumentation/HUD/HUD_runway.cxx
src/Instrumentation/HUD/HUD_scale.cxx
src/Instrumentation/HUD/HUD_tape.cxx
src/Instrumentation/HUD/HUD_tbi.cxx
src/Instrumentation/adf.cxx
src/Instrumentation/adf.hxx
src/Instrumentation/airspeed_indicator.hxx
src/Instrumentation/dme.hxx
src/Instrumentation/instrument_mgr.cxx
src/Main/fg_init.cxx
src/Viewer/renderer.cxx