mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 08:36:15 +00:00
LibGUI: Add GMenu* and GApplication classes.
This commit is contained in:
11
LibGUI/GMenu.cpp
Normal file
11
LibGUI/GMenu.cpp
Normal file
@@ -0,0 +1,11 @@
|
||||
#include <LibGUI/GMenu.h>
|
||||
|
||||
GMenu::GMenu()
|
||||
{
|
||||
}
|
||||
|
||||
GMenu::~GMenu()
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user