2015-01-15 22:34:35 +00:00
|
|
|
#include "script_component.hpp"
|
2015-01-11 16:42:31 +00:00
|
|
|
|
2015-01-15 22:34:35 +00:00
|
|
|
class CfgPatches {
|
|
|
|
class ADDON {
|
|
|
|
units[] = {};
|
|
|
|
weapons[] = {};
|
|
|
|
requiredVersion = REQUIRED_VERSION;
|
|
|
|
requiredAddons[] = {"ace_common"};
|
2015-01-15 23:42:46 +00:00
|
|
|
author[] = {"KoffeinFlummi", "TaoSensai", "CAA-Picard"};
|
2015-01-15 22:34:35 +00:00
|
|
|
authorUrl = "https://github.com/KoffeinFlummi/";
|
|
|
|
VERSION_CONFIG;
|
2015-01-11 16:42:31 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2015-01-15 22:34:35 +00:00
|
|
|
#include "CfgEventHandlers.hpp"
|
2015-01-11 16:42:31 +00:00
|
|
|
|
2015-01-15 22:34:35 +00:00
|
|
|
#include "CfgWeapons.hpp"
|
2015-01-11 16:42:31 +00:00
|
|
|
|
2015-01-15 22:34:35 +00:00
|
|
|
#include "CfgMoves.hpp"
|
2015-02-01 10:11:51 +00:00
|
|
|
|
|
|
|
#include "CfgSounds.hpp"
|