(svn r11775) -Codechange: move all autoreplace/autorenew functions to a single location.

This commit is contained in:
rubidium
2008-01-07 09:19:53 +00:00
parent 444e77d8bc
commit e2f7ec1d3e
22 changed files with 195 additions and 126 deletions

View File

@@ -44,6 +44,7 @@
#include "vehicle_func.h"
#include "sound_func.h"
#include "variables.h"
#include "autoreplace_gui.h"
static bool TrainCheckIfLineEnds(Vehicle *v);