Debug: Show callback ID names in sprite dump

This commit is contained in:
Jonathan G Rennison
2022-07-31 19:28:35 +01:00
parent 7af568f0f0
commit dbc55274e2
3 changed files with 106 additions and 1 deletions

View File

@@ -413,4 +413,6 @@ enum AirportTileCallbackMask {
static const uint CALLBACK_FAILED = 0xFFFF; ///< Result of a failed callback.
static const uint CALLBACK_HOUSEPRODCARGO_END = 0x20FF; ///< Sentinel indicating that the loop for CBID_HOUSE_PRODUCE_CARGO has ended
const char *GetNewGRFCallbackName(CallbackID cbid);
#endif /* NEWGRF_CALLBACKS_H */