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