Files @ r5937:5988e080bc58
Branch filter:

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

KUDr
(svn r8576) -Fix: wrong type given to MallocT (VC2003, UNICODE build)
/* $Id$ */

#ifndef SOUND_SDL_H
#define SOUND_SDL_H

#include "../hal.h"

extern const HalSoundDriver _sdl_sound_driver;

#endif