Codechange: Auto-reformat fluidsynth.cpp.
This commit is contained in:
@@ -8,14 +8,16 @@
|
|||||||
/** @file fluidsynth.cpp Playing music via the fluidsynth library. */
|
/** @file fluidsynth.cpp Playing music via the fluidsynth library. */
|
||||||
|
|
||||||
#include "../stdafx.h"
|
#include "../stdafx.h"
|
||||||
#include "../openttd.h"
|
|
||||||
#include "../sound_type.h"
|
|
||||||
#include "../debug.h"
|
|
||||||
#include "fluidsynth.h"
|
#include "fluidsynth.h"
|
||||||
#include "midifile.hpp"
|
|
||||||
#include <fluidsynth.h>
|
#include <fluidsynth.h>
|
||||||
#include "../mixer.h"
|
|
||||||
#include <mutex>
|
#include <mutex>
|
||||||
|
|
||||||
|
#include "../debug.h"
|
||||||
|
#include "../mixer.h"
|
||||||
|
#include "midifile.hpp"
|
||||||
|
|
||||||
#include "../safeguards.h"
|
#include "../safeguards.h"
|
||||||
|
|
||||||
static struct {
|
static struct {
|
||||||
|
|||||||
Reference in New Issue
Block a user