Files @ r7033:4eb48f2ed5ed
Branch filter:

Location: cpp/openttd-patchpack/source/src/music/os2_m.h

rubidium
(svn r10297) -Codechange: increase the performance of CargoPacket::AllocateRaw using a very simple "caching" system.
/* $Id$ */

#ifndef MUSIC_OS2_H
#define MUSIC_OS2_H

#include "../hal.h"

extern const HalMusicDriver _os2_music_driver;

#endif /* MUSIC_OS2_H */