(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

@@ -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;