pub type LevelOfSupport = c_int;
Expand description
@brief level of support
This is used by Skirmish AIs for example. The engine can pass some info to the AI, eg. a mod name plus version and the engine version, and the AI will report with a value from this enum, to indicate the level of support it can serve for a game using all of the supplied info. If the AI is unable to determine its level of support, it should return LOS_Unknown.