Browse Source

add memory init

main
yggverse 3 months ago
parent
commit
7fb33df50f
  1. 3
      src/Yoda.php

3
src/Yoda.php

@ -9,6 +9,9 @@ require_once __DIR__ .
// Init config // Init config
$config = \Yggverse\Yoda\Model\File::getConfig(); $config = \Yggverse\Yoda\Model\File::getConfig();
// Init memory
$memory = new \Yggverse\Yoda\Model\Memory();
// Init GTK // Init GTK
\Gtk::init(); \Gtk::init();

Loading…
Cancel
Save