diff options
Diffstat (limited to 'newgrf.h')
-rw-r--r-- | newgrf.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -61,6 +61,7 @@ typedef struct GRFConfig { extern GRFConfig *_first_grfconfig; extern SpriteID _signal_base; +extern bool _have_2cc; void LoadNewGRF(uint load_index, uint file_index); |