]> git.mxchange.org Git - flightgear.git/blob - src/GUI/dialog.cxx
Launcher: Maintain aircraft selection better
[flightgear.git] / src / GUI / dialog.cxx
1 // dialog.cxx: implementation of an XML-configurable dialog box.
2
3 #ifdef HAVE_CONFIG_H
4 #  include "config.h"
5 #endif
6
7 #include "dialog.hxx"
8
9 FGDialog::FGDialog (SGPropertyNode *)
10 {
11     
12 }
13
14 FGDialog::~FGDialog()
15 {
16     
17 }
18
19 // end of dialog.cxx