Files @ r2450:cff286bc42f2
Branch filter:

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

tron
(svn r2976) -Fix: Align settings pool items to the size of void* to fix bus errors on 64bit architectures which require aligned variables
/* $Id$ */

#ifndef SOUND_SDL_H
#define SOUND_SDL_H

#include "../hal.h"

extern const HalSoundDriver _sdl_sound_driver;

#endif