mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-07-28 23:11:28 +01:00
9 lines
114 B
C
9 lines
114 B
C
#ifndef SOUND_SDL_H
|
|
#define SOUND_SDL_H
|
|
|
|
#include "hal.h"
|
|
|
|
extern const HalSoundDriver _sdl_sound_driver;
|
|
|
|
#endif
|