mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-12 23:24:41 +00:00
Tools directory for ticket #1
This commit is contained in:
parent
ecfd936095
commit
8337cad7ee
207 changed files with 25761 additions and 0 deletions
12
Tools/dae2dts/buildFiles/config/projectCode.conf
Normal file
12
Tools/dae2dts/buildFiles/config/projectCode.conf
Normal 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');
|
||||
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue