mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
implement debug menu item
This commit is contained in:
parent
8aab10c53e
commit
cf64949986
5 changed files with 40 additions and 15 deletions
|
|
@ -14,7 +14,11 @@ namespace app
|
|||
const int WIDTH = 640;
|
||||
const int HEIGHT = 480;
|
||||
|
||||
Browser();
|
||||
Browser(
|
||||
const Glib::RefPtr<Gtk::Application> & app
|
||||
);
|
||||
|
||||
void debug();
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue