mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Add REQUIRED_CBA_VERSION macro to script_mod.hpp
This commit is contained in:
parent
137a512a9e
commit
53a36f8783
@ -594,7 +594,7 @@ class CfgSettings {
|
||||
class Versioning {
|
||||
class ACE {
|
||||
class dependencies {
|
||||
CBA[] = {"cba_main", {2,3,1}, "true"};
|
||||
CBA[] = {"cba_main", REQUIRED_CBA_VERSION, "true"};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
@ -13,3 +13,4 @@
|
||||
|
||||
// MINIMAL required version for the Mod. Components can specify others..
|
||||
#define REQUIRED_VERSION 1.56
|
||||
#define REQUIRED_CBA_VERSION {2,3,1}
|
||||
|
Loading…
Reference in New Issue
Block a user