OpenTTD Source 20241224-master-gf74b0cf984
|
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 |
Loading of raw sounds.
Definition in file soundloader_raw.cpp.
|
static |
Definition at line 52 of file soundloader_raw.cpp.