OpenTTD Source 20241224-master-gee860a5c8e
soundloader_raw.cpp File Reference

Loading of raw sounds. More...

#include "stdafx.h"
#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_Raw
 Raw PCM sound loader, used as a fallback if other sound loaders fail. More...
 

Variables

static SoundLoader_Raw s_sound_loader_raw
 

Detailed Description

Loading of raw sounds.

Definition in file soundloader_raw.cpp.

Variable Documentation

◆ s_sound_loader_raw

SoundLoader_Raw s_sound_loader_raw
static

Definition at line 52 of file soundloader_raw.cpp.