|
OpenTTD Source 20251104-master-g3befbdd52f
|
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... | |
Loading of wav sounds.
Definition in file soundloader_wav.cpp.