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

@ -1,9 +1,9 @@
#pragma once
#include "SearchPath/ISearchPath.h"
#include <filesystem>
#include <memory>
#include <ostream>
#include <filesystem>
class SoundBankWriter
{

View File

@ -1,6 +1,6 @@
#pragma once
#include <ostream>
#include <Sound/WavTypes.h>
#include <ostream>
class WavWriter
{

View File

@ -1,7 +1,7 @@
#include "StringUtils.h"
#include <sstream>
#include <iostream>
#include <sstream>
namespace utils
{