mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-04-19 15:52:53 +00:00
clang format
This commit is contained in:
parent
2478a1355f
commit
bfed3d5e68
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user