(name, path, include, suffix)
| 2307 | file.faces.push(face); |
| 2308 | } |
| 2309 | appendSound(name, path, include, suffix) { |
| 2310 | var tool = this.tool; |
| 2311 | this.appendFile(tool.soundFiles, name + ".maud", path, include); |
| 2312 | } |
| 2313 | appendPIO(name, path, include, suffix) { |
| 2314 | var tool = this.tool; |
| 2315 | this.appendFile(tool.pioFiles, name + ".h", path, include); |
no test coverage detected