mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-28 00:29:34 +00:00
12 lines
178 B
Text
12 lines
178 B
Text
|
|
<?php
|
||
|
|
|
||
|
|
// Configure Torque 3D
|
||
|
|
Torque3D::beginConfig( "mac", "Full" );
|
||
|
|
|
||
|
|
// Include Web Deployment module
|
||
|
|
includeModule( 'webDeploy' );
|
||
|
|
|
||
|
|
Torque3D::endConfig();
|
||
|
|
|
||
|
|
?>
|