summaryrefslogtreecommitdiff
path: root/src/newgrf_debug.h
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2013-11-07 18:17:21 +0000
committerfrosch <frosch@openttd.org>2013-11-07 18:17:21 +0000
commit0aae2fd606d0011c8e913f7b151bb74b28441a61 (patch)
tree6ee97fd3823e32d15ffb6012ae7c9d826653ea74 /src/newgrf_debug.h
parentb0c2ab4501c21851e84eacfd5ea7bb0927ab9157 (diff)
downloadopenttd-0aae2fd606d0011c8e913f7b151bb74b28441a61.tar.xz
(svn r25946) -Add: [NewGRF Debuggnig] Inspecting other vehicles in a chain.
Diffstat (limited to 'src/newgrf_debug.h')
-rw-r--r--src/newgrf_debug.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/newgrf_debug.h b/src/newgrf_debug.h
index 89ede74eb..6e514c4ce 100644
--- a/src/newgrf_debug.h
+++ b/src/newgrf_debug.h
@@ -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);