implement debug menu item

This commit is contained in:
yggverse 2024-08-11 09:55:10 +03:00
parent 8aab10c53e
commit cf64949986
5 changed files with 40 additions and 15 deletions

View file

@ -14,7 +14,11 @@ namespace app
const int WIDTH = 640;
const int HEIGHT = 480;
Browser();
Browser(
const Glib::RefPtr<Gtk::Application> & app
);
void debug();
};
}