mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-12 19:31:41 +00:00
8 lines
202 B
Smarty
8 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}
|