(svn r16714) -Codechange: use pool-like accessors for Subsidy

This commit is contained in:
smatz
2009-07-01 18:45:05 +00:00
parent aaeb53066d
commit 76a50ce94d
16 changed files with 146 additions and 66 deletions

View File

@@ -31,7 +31,7 @@
#include "../town.h"
#include "../economy_base.h"
#include "../animated_tile_func.h"
#include "../subsidy_type.h"
#include "../subsidy_base.h"
#include "table/strings.h"