Mercurial > hg > openttd
diff src/vehicle.cpp @ 8157:019833e42fda draft
(svn r11719) -Codechange: split sound.h in a header with types and one with functions.
author | rubidium <rubidium@openttd.org> |
---|---|
date | Sat, 29 Dec 2007 09:24:26 +0000 (2007-12-29) |
parents | d18c8a0bb638 |
children | 465c2493606f |
line wrap: on
line diff
--- a/src/vehicle.cpp +++ b/src/vehicle.cpp @@ -19,7 +19,6 @@ #include "saveload.h" #include "player.h" #include "engine.h" -#include "sound.h" #include "debug.h" #include "vehicle_gui.h" #include "depot.h" @@ -43,6 +42,7 @@ #include "date_func.h" #include "window_func.h" #include "vehicle_func.h" +#include "sound_func.h" #define INVALID_COORD (0x7fffffff) #define GEN_HASH(x, y) ((GB((y), 6, 6) << 6) + GB((x), 7, 6))