clang formatting

This commit is contained in:
Alex
2024-01-26 13:05:07 -05:00
parent 365502d819
commit e2f8892278
8 changed files with 12 additions and 12 deletions

View File

@ -19,7 +19,7 @@ std::unordered_map<unsigned int, unsigned char> INDEX_FOR_FRAMERATE{
{44100, 5},
{48000, 6},
{96000, 7},
{192000, 8},
{192000, 8},
};
class SoundBankWriterImpl : public SoundBankWriter

View File

@ -1,9 +1,9 @@
#pragma once
#include "SearchPath/ISearchPath.h"
#include <filesystem>
#include <memory>
#include <ostream>
#include <filesystem>
class SoundBankWriter
{
@ -22,4 +22,4 @@ public:
static std::unique_ptr<SoundBankWriter> Create(const std::string& fileName, std::ostream& stream, ISearchPath* assetSearchPath);
static std::filesystem::path OutputPath;
};
};