Files @ r4988:fdd36077b23c
Branch filter:

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

tron
(svn r6991) Remove an unnecessary const_cast<> and incorrect comment (There is a difference between const FOO* and FOO* const)
/* $Id$ */

#ifndef MUSIC_OS2_H
#define MUSIC_OS2_H

#include "../hal.h"

extern const HalMusicDriver _os2_music_driver;

#endif