mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
ACEX Merge - Use BWC_CONFIG macro (#8554)
This commit is contained in:
parent
9f07a9a07b
commit
729b7b706c
@ -51,10 +51,7 @@ class CfgPatches {
|
||||
VERSION_CONFIG;
|
||||
};
|
||||
|
||||
class XADDON: ADDON {
|
||||
units[] = {};
|
||||
weapons[] = {};
|
||||
};
|
||||
BWC_CONFIG(XADDON);
|
||||
};
|
||||
|
||||
#include "CfgEventHandlers.hpp"
|
||||
|
@ -12,10 +12,7 @@ class CfgPatches {
|
||||
VERSION_CONFIG;
|
||||
};
|
||||
|
||||
class XADDON: ADDON {
|
||||
units[] = {};
|
||||
weapons[] = {};
|
||||
};
|
||||
BWC_CONFIG(XADDON);
|
||||
};
|
||||
|
||||
#include "Cfg3DEN.hpp"
|
||||
|
@ -13,10 +13,7 @@ class CfgPatches {
|
||||
VERSION_CONFIG;
|
||||
};
|
||||
|
||||
class XADDON: ADDON {
|
||||
units[] = {};
|
||||
weapons[] = {};
|
||||
};
|
||||
BWC_CONFIG(XADDON);
|
||||
};
|
||||
|
||||
#include "ACE_Settings.hpp"
|
||||
|
@ -17,10 +17,7 @@ class CfgPatches {
|
||||
VERSION_CONFIG;
|
||||
};
|
||||
|
||||
class XADDON: ADDON {
|
||||
units[] = {};
|
||||
weapons[] = {};
|
||||
};
|
||||
BWC_CONFIG(XADDON);
|
||||
};
|
||||
|
||||
#include "CfgEventHandlers.hpp"
|
||||
|
@ -13,10 +13,7 @@ class CfgPatches {
|
||||
VERSION_CONFIG;
|
||||
};
|
||||
|
||||
class XADDON: ADDON {
|
||||
units[] = {};
|
||||
weapons[] = {};
|
||||
};
|
||||
BWC_CONFIG(XADDON);
|
||||
};
|
||||
|
||||
#include "ACE_Settings.hpp"
|
||||
|
@ -13,10 +13,7 @@ class CfgPatches {
|
||||
VERSION_CONFIG;
|
||||
};
|
||||
|
||||
class XADDON: ADDON {
|
||||
units[] = {};
|
||||
weapons[] = {};
|
||||
};
|
||||
BWC_CONFIG(XADDON);
|
||||
};
|
||||
|
||||
#include "CfgEventHandlers.hpp"
|
||||
|
Loading…
Reference in New Issue
Block a user