(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 b0ac283aec
commit a8a3a7e3f2
22 changed files with 195 additions and 126 deletions

View File

@@ -31,6 +31,7 @@
#include "functions.h"
#include "core/endian_func.hpp"
#include "vehicle_base.h"
#include "autoreplace_base.h"
#include <list>
extern const uint16 SAVEGAME_VERSION = 83;