1
0
mirror of https://github.com/OpenTTD/OpenTTD synced 2025-12-22 12:42:43 +01:00
Files
OpenTTD/sound/sdl_s.h

11 lines
129 B
C

/* $Id$ */
#ifndef SOUND_SDL_H
#define SOUND_SDL_H
#include "../hal.h"
extern const HalSoundDriver _sdl_sound_driver;
#endif