summaryrefslogtreecommitdiff
path: root/src/rev.h
diff options
context:
space:
mode:
authorPatric Stout <truebrain@openttd.org>2021-09-11 15:34:46 +0200
committerGitHub <noreply@github.com>2021-09-11 15:34:46 +0200
commita8641ea44a9c218a57abe84be7f38f0e19834bb3 (patch)
tree8a35898cbfa1ba2ea4a67e7ab30f53ec4333c05a /src/rev.h
parent9e85f407337f47fc0b1d338229398354865f1c16 (diff)
downloadopenttd-a8641ea44a9c218a57abe84be7f38f0e19834bb3.tar.xz
Add: support filtering content entries for patchpacks (#9541)
This changes nothing for us, but allows patchpacks to add the right pieces of code to start filtering content entries on patchpack only entries.
Diffstat (limited to 'src/rev.h')
-rw-r--r--src/rev.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rev.h b/src/rev.h
index 768938371..38883d1cc 100644
--- a/src/rev.h
+++ b/src/rev.h
@@ -16,6 +16,7 @@ extern const char _openttd_revision_hash[];
extern const char _openttd_revision_year[];
extern const byte _openttd_revision_modified;
extern const byte _openttd_revision_tagged;
+extern const char _openttd_content_version[];
extern const uint32 _openttd_newgrf_version;
bool IsReleasedVersion();