summaryrefslogtreecommitdiff
path: root/src/newgrf.h
diff options
context:
space:
mode:
authormichi_cc <michi_cc@openttd.org>2012-02-04 13:29:04 +0000
committermichi_cc <michi_cc@openttd.org>2012-02-04 13:29:04 +0000
commit6db39410a1ea0bc8ece1f33fb7771e47d39cc2b7 (patch)
treed94bcfca3862721c5e6fccff0ec87b79e757cd24 /src/newgrf.h
parenta9b6c5cd86f4f17155695890bfaf2e30404f5921 (diff)
downloadopenttd-6db39410a1ea0bc8ece1f33fb7771e47d39cc2b7.tar.xz
(svn r23887) -Feature: [NewGRF] Support for container version 2.
Diffstat (limited to 'src/newgrf.h')
-rw-r--r--src/newgrf.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/newgrf.h b/src/newgrf.h
index 74a95f8b8..57ce45d1c 100644
--- a/src/newgrf.h
+++ b/src/newgrf.h
@@ -177,6 +177,8 @@ static inline bool HasGrfMiscBit(GrfMiscBit bit)
/* Indicates which are the newgrf features currently loaded ingame */
extern GRFLoadedFeatures _loaded_newgrf_features;
+byte GetGRFContainerVersion();
+
void LoadNewGRFFile(struct GRFConfig *config, uint file_index, GrfLoadingStage stage, Subdirectory subdir);
void LoadNewGRF(uint load_index, uint file_index);
void ReloadNewGRFData(); // in saveload/afterload.cpp