2015-01-14 08:45:20 +00:00
|
|
|
#include "script_component.hpp"
|
|
|
|
|
|
|
|
class CfgPatches {
|
|
|
|
class ADDON {
|
|
|
|
units[] = {};
|
|
|
|
weapons[] = {};
|
2015-01-18 07:32:07 +00:00
|
|
|
requiredVersion = REQUIRED_VERSION;
|
|
|
|
requiredAddons[] = {"ace_common"};
|
2016-05-31 19:14:43 +00:00
|
|
|
author = ECSTRING(common,ACETeam);
|
|
|
|
authors[] = {"Pabst Mirror, commy2"};
|
2016-06-01 12:11:32 +00:00
|
|
|
PBO_URL;
|
2015-01-18 07:32:07 +00:00
|
|
|
VERSION_CONFIG;
|
2015-01-14 08:45:20 +00:00
|
|
|
};
|
2015-01-11 16:42:31 +00:00
|
|
|
};
|
|
|
|
|
2016-01-03 13:47:37 +00:00
|
|
|
#include "CfgEventHandlers.hpp"
|
|
|
|
|
2015-03-09 23:46:51 +00:00
|
|
|
#include "RscDisplayInventory.hpp"
|
2015-05-14 18:46:35 +00:00
|
|
|
#include "ACE_Settings.hpp"
|