summaryrefslogtreecommitdiff
path: root/src/newgrf_debug.h
diff options
context:
space:
mode:
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);