(svn r22848) -Add: The missing bits in station variable 43.
This commit is contained in:
@@ -21,6 +21,7 @@
|
||||
#include "core/smallvec_type.hpp"
|
||||
#include "command_type.h"
|
||||
#include "direction_type.h"
|
||||
#include "company_type.h"
|
||||
|
||||
/** Context for tile accesses */
|
||||
enum TileContext {
|
||||
@@ -269,6 +270,7 @@ extern ObjectOverrideManager _object_mngr;
|
||||
uint32 GetTerrainType(TileIndex tile, TileContext context = TCX_NORMAL);
|
||||
TileIndex GetNearbyTile(byte parameter, TileIndex tile, bool signed_offsets = true, Axis axis = INVALID_AXIS);
|
||||
uint32 GetNearbyTileInformation(TileIndex tile);
|
||||
uint32 GetCompanyInfo(CompanyID owner, const struct Livery *l = NULL);
|
||||
CommandCost GetErrorMessageFromLocationCallbackResult(uint16 cb_res, uint32 grfid, StringID default_error);
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user