ACE3/addons/magazinerepack/config.cpp

21 lines
511 B
C++
Raw Normal View History

2015-01-16 14:37:32 +00:00
#include "script_component.hpp"
class CfgPatches {
class ADDON {
2016-06-19 07:12:25 +00:00
name = COMPONENT_NAME;
2015-01-16 14:37:32 +00:00
units[] = {};
weapons[] = {};
requiredVersion = REQUIRED_VERSION;
2015-02-09 04:44:23 +00:00
requiredAddons[] = {"ace_interaction"};
author = ECSTRING(common,ACETeam);
authors[] = {"commy2","esteldunedain"};
url = ECSTRING(main,URL);
2015-01-16 14:37:32 +00:00
VERSION_CONFIG;
};
};
#include "CfgEventHandlers.hpp"
#include "CfgSounds.hpp"
2015-01-16 14:37:32 +00:00
#include "CfgVehicles.hpp"
2015-05-14 18:59:25 +00:00
#include "ACE_Settings.hpp"