mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
14 lines
No EOL
262 B
PHP
14 lines
No EOL
262 B
PHP
<?php
|
|
|
|
// Load dependencies
|
|
require_once __DIR__ .
|
|
DIRECTORY_SEPARATOR . '..'.
|
|
DIRECTORY_SEPARATOR . 'vendor' .
|
|
DIRECTORY_SEPARATOR . 'autoload.php';
|
|
|
|
// Init app
|
|
\Gtk::init();
|
|
|
|
new \Yggverse\Yoda\Entity\App;
|
|
|
|
\Gtk::main(); |