Update to 14.0-beta1
This commit is contained in:
+1
-2
@@ -11,7 +11,6 @@
|
||||
#define NEWGRF_DEBUG_H
|
||||
|
||||
#include "newgrf.h"
|
||||
#include "core/smallvec_type.hpp"
|
||||
#include "tile_type.h"
|
||||
#include "vehicle_type.h"
|
||||
|
||||
@@ -32,7 +31,7 @@ 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 ShowNewGRFInspectWindow(GrfSpecFeature feature, uint index, const uint32_t grfid = 0);
|
||||
void InvalidateNewGRFInspectWindow(GrfSpecFeature feature, uint index);
|
||||
void DeleteNewGRFInspectWindow(GrfSpecFeature feature, uint index);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user