(svn r25946) -Add: [NewGRF Debuggnig] Inspecting other vehicles in a chain.

This commit is contained in:
frosch
2013-11-07 18:17:21 +00:00
parent b0c2ab4501
commit 0aae2fd606
6 changed files with 185 additions and 6 deletions

View File

@@ -36,6 +36,7 @@ extern NewGrfDebugSpritePicker _newgrf_debug_sprite_picker;
bool IsNewGRFInspectable(GrfSpecFeature feature, uint index);
void ShowNewGRFInspectWindow(GrfSpecFeature feature, uint index, const uint32 grfid = 0);
void InvalidateNewGRFInspectWindow(GrfSpecFeature feature, uint index);
void DeleteNewGRFInspectWindow(GrfSpecFeature feature, uint index);
GrfSpecFeature GetGrfSpecFeature(TileIndex tile);