| 622 | } |
| 623 | |
| 624 | void GetScenGraphDumpPath(char* buf, size_t size) { |
| 625 | FormatString(buf, size, "%sscene_dump.txt", GetWritePath(CoreGameModID).c_str()); |
| 626 | } |
| 627 | |
| 628 | void GetASDumpPath(char* buf, size_t size) { |
| 629 | FormatString(buf, size, "%sas_dump.txt", GetWritePath(CoreGameModID).c_str()); |
no test coverage detected