Files @ r2450:cff286bc42f2
Branch filter:

Location: cpp/openttd-patchpack/source/music/null_m.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 MUSIC_NULL_H
#define MUSIC_NULL_H

#include "../hal.h"

extern const HalMusicDriver _null_music_driver;

#endif