Torque3D/Templates/BaseGame/game/tools/VPathEditor/main.cs
2019-03-07 16:23:41 -06:00

21 lines
461 B
C#

//-----------------------------------------------------------------------------
// Verve
// Copyright (C) - Violent Tulip
//-----------------------------------------------------------------------------
function InitializeVPathEditor()
{
// Gui.
exec( "./GUI/Profiles.cs" );
exec( "./GUI/VPathEditor.gui" );
// Scripts.
exec( "./Scripts/Plugin.cs" );
exec( "./Scripts/Editor.cs" );
}
function DestroyVPathEditor()
{
// Void.
}