Initial commit
This commit is contained in:
15
src/app.php
Normal file
15
src/app.php
Normal file
@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
define("DIALOG_PROGRESS", "progress");
|
||||
define("DIALOG_CONFIRM", "confirm");
|
||||
define("DIALOG_WARNING", "warning");
|
||||
define("DIALOG_MESSAGE", "message");
|
||||
define("DIALOG_ERROR", "error");
|
||||
define("DIALOG_OPENFILE", "openfile");
|
||||
define("DIALOG_SAVEFILE", "savefile");
|
||||
|
||||
require_once __DIR__."/../vendor/autoload.php";
|
||||
|
||||
use VfxApply\Application;
|
||||
$app = new Application();
|
||||
$app->run();
|
Reference in New Issue
Block a user