ACE3/addons/destruction/config.cpp

21 lines
429 B
C++

#include "script_component.hpp"
class CfgPatches {
class ADDON {
units[] = {};
weapons[] = {};
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"ace_common"};
author[] = {"jaynus"};
authorUrl = "";
VERSION_CONFIG;
};
};
#include "CfgCloudlets.hpp"
#include "CfgSounds.hpp"
#include "CfgVehicles.hpp"
#include "CfgAmmo.hpp"
#include "CfgEventHandlers.hpp"