We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d0a9a7 commit 2006fefCopy full SHA for 2006fef
1 file changed
tools/ModelPathDumper/ModelPathDumper.cpp
@@ -11,6 +11,8 @@ EXO files are used by following Games:
11
#include <fstream>
12
#include <filesystem>
13
14
+#include "common-code/ConsoleUtils.h"
15
+
16
namespace fs = std::filesystem;
17
18
void printHeader() {
@@ -71,6 +73,7 @@ int main() {
71
73
int exoCount = 0;
72
74
searchAndDumpPaths(directory, outputFile, exoCount);
75
printf("Search is completed. Found %d .exo files.", exoCount);
76
+ ConsoleUtils::printNewLine();
77
return 0;
78
79
} // End of namespace fs
0 commit comments