mirror of
https://github.com/RGBCube/serenity
synced 2025-05-19 00:25:07 +00:00
11 lines
69 B
C++
11 lines
69 B
C++
#include <LibGUI/GMenu.h>
|
|
|
|
GMenu::GMenu()
|
|
{
|
|
}
|
|
|
|
GMenu::~GMenu()
|
|
{
|
|
}
|
|
|
|
|