OpenTTD Source 20241224-master-gf74b0cf984
soundloader_wav.cpp File Reference

Loading of wav sounds. More...

#include "stdafx.h"
#include "core/bitmath_func.hpp"
#include "core/math_func.hpp"
#include "random_access_file_type.h"
#include "sound_type.h"
#include "soundloader_type.h"
#include "safeguards.h"

Go to the source code of this file.

Data Structures

class  SoundLoader_Wav
 Wav file (RIFF/WAVE) sound loader. More...
 

Variables

static SoundLoader_Wav s_sound_loader_wav
 

Detailed Description

Loading of wav sounds.

Definition in file soundloader_wav.cpp.

Variable Documentation

◆ s_sound_loader_wav

SoundLoader_Wav s_sound_loader_wav
static

Definition at line 101 of file soundloader_wav.cpp.