mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 01:25: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
|
// 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…
Add table
Add a link
Reference in a new issue