enshort construction

This commit is contained in:
yggverse 2024-04-13 07:55:42 +03:00
parent 0455b38c32
commit a4b0585014

View file

@ -9,6 +9,6 @@ require_once __DIR__ .
// Init app
\Gtk::init();
new \Yggverse\Yoda\Entity\App();
new \Yggverse\Yoda\Entity\App;
\Gtk::main();