Add: support filtering content entries for patchpacks

This changes nothing for us, but allows patchpacks to add the
right pieces of code to start filtering content entries on patchpack
only entries.

(cherry picked from commit 77860bb61e61307e4d9cf869ba62be8ca4d9d9b3)
This commit is contained in:
Patric Stout
2021-09-05 13:30:05 +02:00
committed by Jonathan G Rennison
parent 3c55250cd6
commit 84cba1b842
4 changed files with 27 additions and 2 deletions

View File

@@ -79,6 +79,13 @@ const byte _openttd_revision_modified = ${REV_MODIFIED};
*/
const byte _openttd_revision_tagged = ${REV_ISTAG};
/**
* To check compatibility of BaNaNaS content, this version string is used.
* It should never contain things like "beta", but only the release version
* we are compatible with.
*/
const char _openttd_content_version[] = "12.0";
/**
* The NewGRF revision of OTTD:
* bits meaning.