mirror of
https://github.com/OpenTTD/OpenTTD
synced 2026-01-18 18:02:37 +01:00
7 lines
101 B
C++
7 lines
101 B
C++
/* $Id$ */
|
|
|
|
#include "../stdafx.h"
|
|
#include "null_s.h"
|
|
|
|
static FSoundDriver_Null iFSoundDriver_Null;
|