Full PhysX Template for ticket #1

This commit is contained in:
DavidWyand-GG 2012-09-19 12:29:35 -04:00
parent f439dc8dcd
commit c9c833c56c
2133 changed files with 281596 additions and 0 deletions

View file

@ -0,0 +1,12 @@
<?php
// This file is used to add your project specific code to the Torque 3D Game Engine
// by default we add the project's source folders recursively
addSrcDir('../source', true);
// Here is an example of how to include your project specific code
// In this case all the code in the "custom" folder in your project's source directory would be added
// addSrcDir('../source/custom');
?>