]> git.mxchange.org Git - flightgear.git/blob - src/Instrumentation/newnavradio.hxx
59654679d876658e442777703fde9937796c3cdd
[flightgear.git] / src / Instrumentation / newnavradio.hxx
1
2
3 #ifndef _FG_INSTRUMENTATION_NAVRADIO_HXX
4 #define _FG_INSTRUMENTATION_NAVRADIO_HXX
5
6 #include <simgear/props/props.hxx>
7 #include <simgear/structure/subsystem_mgr.hxx>
8
9 namespace Instrumentation {
10 class NavRadio : public SGSubsystem
11 {
12 public:
13   static SGSubsystem * createInstance( SGPropertyNode_ptr rootNode );
14 };
15
16 }
17
18 #endif // _FG_INSTRUMENTATION_NAVRADIO_HXX