| 271 | //----------------------------------------------------------------------------- |
| 272 | |
| 273 | bool expandScriptFilename(char *filename, U32 size, const char *src) |
| 274 | { |
| 275 | #ifndef TORQUE2D_TOOLS_FIXME |
| 276 | return expandOldScriptFilename(filename, size, src); |
| 277 | #else |
| 278 | return expandToolScriptFilename(filename, size, src); |
| 279 | #endif |
| 280 | } |
| 281 | |
| 282 | //----------------------------------------------------------------------------- |
| 283 |
no test coverage detected