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

The sound driver that doesn't produce sound. More...

#include "../stdafx.h"
#include "null_s.h"
#include "../safeguards.h"

Go to the source code of this file.

Variables

static FSoundDriver_Null iFSoundDriver_Null
 The factory for the null sound driver.
 

Detailed Description

The sound driver that doesn't produce sound.

Definition in file null_s.cpp.

Variable Documentation

◆ iFSoundDriver_Null

FSoundDriver_Null iFSoundDriver_Null
static

The factory for the null sound driver.

Definition at line 16 of file null_s.cpp.