Codechange: Auto-reformat fluidsynth.cpp.

This commit is contained in:
Peter Nelson
2025-12-08 21:45:53 +00:00
committed by dP
parent 767cf5e86b
commit 090e1415ab

View File

@@ -8,14 +8,16 @@
/** @file fluidsynth.cpp Playing music via the fluidsynth library. */
#include "../stdafx.h"
#include "../openttd.h"
#include "../sound_type.h"
#include "../debug.h"
#include "fluidsynth.h"
#include "midifile.hpp"
#include <fluidsynth.h>
#include "../mixer.h"
#include <mutex>
#include "../debug.h"
#include "../mixer.h"
#include "midifile.hpp"
#include "../safeguards.h"
static struct {