mirror of
https://github.com/badaix/snapcast.git
synced 2025-07-23 03:17:39 +02:00
rename files to snake_case
This commit is contained in:
parent
b4a1ddcd5c
commit
0b21a5daee
29 changed files with 44 additions and 44 deletions
|
@ -19,8 +19,8 @@
|
|||
#ifndef DECODER_H
|
||||
#define DECODER_H
|
||||
#include "common/sample_format.hpp"
|
||||
#include "message/codecHeader.h"
|
||||
#include "message/pcmChunk.h"
|
||||
#include "message/codec_header.hpp"
|
||||
#include "message/pcm_chunk.hpp"
|
||||
#include <mutex>
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue