2015-01-12 13:54:36 +00:00
|
|
|
#include "script_component.hpp"
|
|
|
|
|
|
|
|
class CfgPatches {
|
|
|
|
class ADDON {
|
|
|
|
units[] = {};
|
|
|
|
weapons[] = {};
|
2015-01-18 07:32:07 +00:00
|
|
|
requiredVersion = REQUIRED_VERSION;
|
2015-04-09 11:23:29 +00:00
|
|
|
requiredAddons[] = {"ace_common"};
|
2015-01-12 14:09:07 +00:00
|
|
|
author[] = {"bux578"};
|
|
|
|
authorUrl = "https://github.com/bux578/";
|
2015-01-18 07:32:07 +00:00
|
|
|
VERSION_CONFIG;
|
2015-01-12 13:54:36 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2015-01-12 14:09:07 +00:00
|
|
|
#include "CfgEventHandlers.hpp"
|
2015-01-12 14:47:22 +00:00
|
|
|
#include "CfgVehicles.hpp"
|
2015-06-02 17:06:41 +00:00
|
|
|
#include "ACE_Settings.hpp"
|