(svn r16714) -Codechange: use pool-like accessors for Subsidy
This commit is contained in:
@@ -10,9 +10,8 @@
|
||||
#include "town_type.h"
|
||||
#include "industry_type.h"
|
||||
#include "company_type.h"
|
||||
#include "subsidy_type.h"
|
||||
|
||||
Pair SetupSubsidyDecodeParam(const Subsidy *s, bool mode);
|
||||
Pair SetupSubsidyDecodeParam(const struct Subsidy *s, bool mode);
|
||||
void DeleteSubsidyWithTown(TownID index);
|
||||
void DeleteSubsidyWithIndustry(IndustryID index);
|
||||
void DeleteSubsidyWithStation(StationID index);
|
||||
|
Reference in New Issue
Block a user