mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-09-01 22:47:26 +00:00
clang format
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
#pragma once
|
||||
#include "Csv/CsvStream.h"
|
||||
|
||||
#include <sstream>
|
||||
#include <unordered_map>
|
||||
#include "Csv/CsvStream.h"
|
||||
|
||||
class ParsedCsvRow
|
||||
{
|
||||
|
@@ -1,6 +1,7 @@
|
||||
#include <foxen/flac.h>
|
||||
#include "FlacDecoder.h"
|
||||
|
||||
#include <foxen/flac.h>
|
||||
|
||||
class fx_flac_raii
|
||||
{
|
||||
public:
|
||||
@@ -14,7 +15,7 @@ public:
|
||||
free(ptr);
|
||||
}
|
||||
|
||||
operator fx_flac_t* ()
|
||||
operator fx_flac_t*()
|
||||
{
|
||||
return ptr;
|
||||
}
|
||||
@@ -35,7 +36,6 @@ public:
|
||||
: m_data(data),
|
||||
m_length(length)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
unsigned int GetFrameCount() override
|
||||
|
@@ -1,7 +1,8 @@
|
||||
#pragma once
|
||||
#include <ostream>
|
||||
#include "Sound/WavTypes.h"
|
||||
|
||||
#include <ostream>
|
||||
|
||||
class WavWriter
|
||||
{
|
||||
public:
|
||||
|
Reference in New Issue
Block a user