| 1234567891011121314151617181920 |
- //-----------------------------------------------------------------------------
- // 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.
- }
|