2015-01-18 21:16:35 +00:00
|
|
|
#include "script_component.hpp"
|
|
|
|
|
2015-02-03 19:09:25 +00:00
|
|
|
class CfgPatches {
|
|
|
|
class ADDON {
|
|
|
|
units[] = {};
|
|
|
|
weapons[] = {};
|
|
|
|
requiredVersion = REQUIRED_VERSION;
|
|
|
|
requiredAddons[] = {ace_common, ace_interaction};
|
2015-02-21 20:09:57 +00:00
|
|
|
author[] = {"Glowbal", "KoffienFlummi"};
|
2015-02-03 19:09:25 +00:00
|
|
|
authorUrl = "";
|
|
|
|
VERSION_CONFIG;
|
2015-01-18 21:16:35 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
#include "CfgEventHandlers.hpp"
|
2015-02-06 12:47:17 +00:00
|
|
|
#include "CfgVehicles.hpp"
|
2015-02-21 20:09:57 +00:00
|
|
|
#include "ACE_Medical_Treatments.hpp"
|