(svn r11719) -Codechange: split sound.h in a header with types and one with functions.

This commit is contained in:
rubidium
2007-12-29 09:24:26 +00:00
parent 6ae9302708
commit e5e75bd8f8
39 changed files with 63 additions and 54 deletions

View File

@@ -10,17 +10,16 @@
#include "window_gui.h"
#include "station_gui.h"
#include "viewport.h"
#include "sound.h"
#include "command_func.h"
#include "variables.h"
#include "road_cmd.h"
#include "road_map.h"
#include "station_map.h"
//needed for catchments
#include "station.h"
#include "functions.h"
#include "window_func.h"
#include "vehicle_func.h"
#include "sound_func.h"
static void ShowRVStationPicker(RoadStop::Type rs);