2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2025-09-06 00:37:26 +00:00

fix: formatting

This commit is contained in:
Jan Laupetin
2025-08-03 21:35:44 +02:00
parent 93691a24f4
commit e9a7f43348
13 changed files with 10 additions and 13 deletions

View File

@@ -7,7 +7,6 @@
#include <format>
#include <iostream>
using namespace IW4;
using namespace ::light_def;

View File

@@ -1085,4 +1085,4 @@ namespace T6::sound
{
return std::make_unique<SoundBankLoader>(memory, searchPath);
}
} // namespace T6
} // namespace T6::sound

View File

@@ -10,4 +10,4 @@
namespace T6::sound
{
std::unique_ptr<AssetCreator<AssetSoundBank>> CreateSoundBankLoader(MemoryManager& memory, ISearchPath& searchPath);
} // namespace T6
} // namespace T6::sound