Mercurial > hg > openttd
view src/music/win32_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 | 067aeca4413d |
line wrap: on
line source
/* $Id$ */ #ifndef MUSIC_WIN32_H #define MUSIC_WIN32_H #include "../hal.h" extern const HalMusicDriver _win32_music_driver; #endif