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.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/newgrf_debug.h b/src/newgrf_debug.h
index 91f504a93..81af478ed 100644
--- a/src/newgrf_debug.h
+++ b/src/newgrf_debug.h
@@ -57,4 +57,9 @@ GrfSpecFeature GetGrfSpecFeature(TileIndex tile);
*/
GrfSpecFeature GetGrfSpecFeature(VehicleType type);
+/**
+ * Show the window for aligning sprites.
+ */
+void ShowSpriteAlignerWindow();
+
#endif /* NEWGRF_DEBUG_H */