2015-01-16 12:15:14 +00:00
|
|
|
#include "script_component.hpp"
|
|
|
|
|
|
|
|
class CfgPatches {
|
|
|
|
class ADDON {
|
|
|
|
units[] = {};
|
|
|
|
weapons[] = {};
|
2015-01-18 07:32:07 +00:00
|
|
|
requiredVersion = REQUIRED_VERSION;
|
2015-02-10 04:22:10 +00:00
|
|
|
requiredAddons[] = { "ace_common" };
|
2015-03-24 04:18:00 +00:00
|
|
|
author[] = {"KoffeinFlummi", "esteldunedain"};
|
2015-01-16 12:15:14 +00:00
|
|
|
authorUrl = "https://github.com/KoffeinFlummi";
|
2015-01-18 07:32:07 +00:00
|
|
|
VERSION_CONFIG;
|
2015-01-16 12:15:14 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
#include "CfgEventHandlers.hpp"
|
2015-01-18 20:01:07 +00:00
|
|
|
|
2015-01-16 12:15:14 +00:00
|
|
|
#include "CfgSounds.hpp"
|
|
|
|
|
2015-04-11 12:02:44 +00:00
|
|
|
#include "CfgVehicles.hpp"
|
|
|
|
|
2015-01-18 20:01:07 +00:00
|
|
|
#include "CfgWeapons.hpp"
|
2015-01-16 12:15:14 +00:00
|
|
|
|
|
|
|
#include "RscTitles.hpp"
|