File diff r20899:93f1580f2c7e → r20900:da7545c40d2d
src/newgrf_debug.h
Show inline comments
 
@@ -33,12 +33,13 @@ struct NewGrfDebugSpritePicker {
 
};
 

	
 
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);
 
GrfSpecFeature GetGrfSpecFeature(VehicleType type);
 

	
 
void ShowSpriteAlignerWindow();