[Premake, 3PP] Formatting/cleanup

This commit is contained in:
Margen67
2025-08-11 21:03:31 -07:00
parent dabce2bcb8
commit 8b6cb9c287
10 changed files with 54 additions and 164 deletions

View File

@@ -10,4 +10,7 @@ project("xenia-core")
"fmt",
"xenia-base",
})
files({"*.h", "*.cc"})
files({
"*.h",
"*.cc",
})