mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-25 07:04:45 +00:00
9 lines
202 B
Smarty
9 lines
202 B
Smarty
{foreach from=$dirWalk item=file key=key}
|
|
{if is_array($file)}
|
|
{include file="make_fileRecurse.tpl" dirWalk=$file}
|
|
{elseif dontCompile($file->path, $projOutput)}
|
|
{else}
|
|
{$file->path} \
|
|
{/if}
|
|
{/foreach}
|