ACE3/addons/rearm/config.cpp
IngoKauffmann 1a22c4d85a Many things
Added dummy objects
Added carrying
Added display names for a few magazines, that didn't have any
2015-08-16 18:16:38 +02:00

19 lines
436 B
C++

#include "script_component.hpp"
class CfgPatches {
class ADDON {
units[] = {};
weapons[] = {};
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"ace_interaction"};
author[] = {"GitHawk"};
authorUrl = "";
VERSION_CONFIG;
};
};
#include "CfgEventHandlers.hpp"
#include "CfgVehicles.hpp"
#include "CfgMagazines.hpp"
#include "CfgAmmo.hpp"
#include "ACE_Settings.hpp"