OpenTTD Source 20241224-master-gf74b0cf984
sound_driver.hpp File Reference

Base for all sound drivers. More...

#include "../driver.h"

Go to the source code of this file.

Data Structures

class  SoundDriver
 Base for all sound drivers. More...
 

Variables

std::string _ini_sounddriver
 The sound driver a stored in the configuration file.
 

Detailed Description

Base for all sound drivers.

Definition in file sound_driver.hpp.

Variable Documentation

◆ _ini_sounddriver

std::string _ini_sounddriver
extern

The sound driver a stored in the configuration file.

Definition at line 29 of file driver.cpp.

Referenced by openttd_main().