|
Isle
|

Go to the source code of this file.
Macros | |
| #define | MODEL_VERSION 19 |
| [AI] Represents the version number of the game model/resources. More... | |
| #define MODEL_VERSION 19 |
[AI] Represents the version number of the game model/resources.
Used for resource management and compatibility checks between code and data files.
[AI] This version number should be incremented when the structure of game models or associated resources has changed in an incompatible way (such as new/removed fields or significant data layout changes) to force proper handling in loaders or tools that depend on a matching version. [AI]