2015-09-16 21:01:01 +00:00
|
|
|
#include "script_component.hpp"
|
|
|
|
|
|
|
|
class CfgPatches {
|
|
|
|
class ADDON {
|
|
|
|
units[] = {};
|
|
|
|
weapons[] = {};
|
|
|
|
requiredVersion = REQUIRED_VERSION;
|
2016-01-31 18:25:31 +00:00
|
|
|
requiredAddons[] = {"ace_interaction"};
|
2015-09-16 21:01:01 +00:00
|
|
|
author[] = {"KoffeinFlummi", "BaerMitUmlaut"};
|
|
|
|
authorUrl = "";
|
|
|
|
VERSION_CONFIG;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
#include "CfgEventHandlers.hpp"
|
|
|
|
#include "CfgMoves.hpp"
|
2016-05-10 15:09:52 +00:00
|
|
|
#include "CfgSounds.hpp"
|
2015-09-16 21:01:01 +00:00
|
|
|
#include "CfgVehicles.hpp"
|
2016-03-05 19:25:35 +00:00
|
|
|
#include "CfgWaypoints.hpp"
|