|
@@ -88,6 +88,10 @@ function onStart()
|
|
// common, along with the guiProfiles they depend on.
|
|
// common, along with the guiProfiles they depend on.
|
|
exec( "./gui/guiDialogs.ed." @ $TorqueScriptFileExtension );
|
|
exec( "./gui/guiDialogs.ed." @ $TorqueScriptFileExtension );
|
|
|
|
|
|
|
|
+ //class method prototyping
|
|
|
|
+ exec( "./gui/classPrototyping.gui");
|
|
|
|
+ exec( "./gui/classPrototyping");
|
|
|
|
+
|
|
//%toggle = $Scripts::ignoreDSOs;
|
|
//%toggle = $Scripts::ignoreDSOs;
|
|
//$Scripts::ignoreDSOs = true;
|
|
//$Scripts::ignoreDSOs = true;
|
|
|
|
|