view src/music/os2_m.h @ 5800:9b2e11950b8f draft

(svn r8362) -Codechange: [vehicle build window] moved the engine drawing loop to a function of it's own -Fix (r8335): [vehicle build window] ship sprites were moved two pixels to the left
author bjarni <bjarni@openttd.org>
date Mon, 22 Jan 2007 23:23:30 +0000
parents eabf4b86aed6
children b688d35abaf4
line wrap: on
line source

/* $Id$ */

#ifndef MUSIC_OS2_H
#define MUSIC_OS2_H

#include "../hal.h"

extern const HalMusicDriver _os2_music_driver;

#endif