]> git.mxchange.org Git - flightgear.git/blob - src/GUI/menubar.cxx
Clean-up: move autosave.xml loading code to proper method
[flightgear.git] / src / GUI / menubar.cxx
1 #ifdef HAVE_CONFIG_H
2 #  include <config.h>
3 #endif
4
5
6 #include "menubar.hxx"
7
8 FGMenuBar::~FGMenuBar ()
9 {
10 }
11
12 // end of menubar.cxx