Skip to content

Commit 2006fef

Browse files
committed
Use ConsoleUtils in ModelPathDumper
1 parent 2d0a9a7 commit 2006fef

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

tools/ModelPathDumper/ModelPathDumper.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ EXO files are used by following Games:
1111
#include <fstream>
1212
#include <filesystem>
1313

14+
#include "common-code/ConsoleUtils.h"
15+
1416
namespace fs = std::filesystem;
1517

1618
void printHeader() {
@@ -71,6 +73,7 @@ int main() {
7173
int exoCount = 0;
7274
searchAndDumpPaths(directory, outputFile, exoCount);
7375
printf("Search is completed. Found %d .exo files.", exoCount);
76+
ConsoleUtils::printNewLine();
7477
return 0;
7578

7679
} // End of namespace fs

0 commit comments

Comments
 (0)