projectCode.conf 413 B

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