mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 17:15:28 +00:00
implement debug menu item
This commit is contained in:
parent
58c978184c
commit
6b1c3b84ee
5 changed files with 154 additions and 2 deletions
|
|
@ -5,6 +5,7 @@
|
|||
#include "../menu.h"
|
||||
|
||||
// Requirements
|
||||
#include "main/debug.h"
|
||||
#include "main/quit.h"
|
||||
|
||||
namespace app::browser::header::bar
|
||||
|
|
@ -15,6 +16,7 @@ namespace app::browser::header::bar
|
|||
{
|
||||
namespace main
|
||||
{
|
||||
class Debug;
|
||||
class Quit;
|
||||
};
|
||||
|
||||
|
|
@ -33,6 +35,7 @@ namespace app::browser::header::bar
|
|||
Menu *menu;
|
||||
|
||||
// Requirements
|
||||
main::Debug *debug;
|
||||
main::Quit *quit;
|
||||
|
||||
// Constructor
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue