12 lines
128 B
C++
12 lines
128 B
C++
#ifdef HAVE_CONFIG_H
|
|
# include <config.h>
|
|
#endif
|
|
|
|
|
|
#include "menubar.hxx"
|
|
|
|
FGMenuBar::~FGMenuBar ()
|
|
{
|
|
}
|
|
|
|
// end of menubar.cxx
|