Files @ r2501:b736427b8e02
Branch filter:

Location: cpp/openttd-patchpack/source/sound/sdl_s.h

bjarni
(svn r3027) -Feature: [OSX] command+q now works in main menu (Tobin)
/* $Id$ */

#ifndef SOUND_SDL_H
#define SOUND_SDL_H

#include "../hal.h"

extern const HalSoundDriver _sdl_sound_driver;

#endif