mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
add memory init
This commit is contained in:
parent
95abe81547
commit
7fb33df50f
1 changed files with 3 additions and 0 deletions
|
|
@ -9,6 +9,9 @@ require_once __DIR__ .
|
|||
// Init config
|
||||
$config = \Yggverse\Yoda\Model\File::getConfig();
|
||||
|
||||
// Init memory
|
||||
$memory = new \Yggverse\Yoda\Model\Memory();
|
||||
|
||||
// Init GTK
|
||||
\Gtk::init();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue