mirror of
https://github.com/RGBCube/serenity
synced 2025-05-24 01:15:07 +00:00
9 lines
82 B
C++
9 lines
82 B
C++
#include <LibGUI/GMenuBar.h>
|
|
|
|
GMenuBar::GMenuBar()
|
|
{
|
|
}
|
|
|
|
GMenuBar::~GMenuBar()
|
|
{
|
|
}
|