mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-09-06 00:37:26 +00:00
fix: formatting
This commit is contained in:
@@ -7,7 +7,6 @@
|
||||
#include <format>
|
||||
#include <iostream>
|
||||
|
||||
|
||||
using namespace IW4;
|
||||
using namespace ::light_def;
|
||||
|
||||
|
@@ -1085,4 +1085,4 @@ namespace T6::sound
|
||||
{
|
||||
return std::make_unique<SoundBankLoader>(memory, searchPath);
|
||||
}
|
||||
} // namespace T6
|
||||
} // namespace T6::sound
|
||||
|
@@ -10,4 +10,4 @@
|
||||
namespace T6::sound
|
||||
{
|
||||
std::unique_ptr<AssetCreator<AssetSoundBank>> CreateSoundBankLoader(MemoryManager& memory, ISearchPath& searchPath);
|
||||
} // namespace T6
|
||||
} // namespace T6::sound
|
||||
|
Reference in New Issue
Block a user