Isle
Loading...
Searching...
No Matches
version.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define MODEL_VERSION   19
 [AI] Represents the version number of the game model/resources. More...
 

Macro Definition Documentation

◆ MODEL_VERSION

#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]

Definition at line 9 of file version.h.