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.
This commit is contained in:
Patric Stout
2021-09-11 15:34:46 +02:00
committed by GitHub
parent 9e85f40733
commit a8641ea44a
4 changed files with 27 additions and 2 deletions

View File

@@ -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();