ACE3/addons/grenades/config.cpp

20 lines
440 B
C++
Raw Normal View History

2015-01-14 09:06:47 +00:00
#include "script_component.hpp"
class CfgPatches {
2015-01-14 09:06:47 +00:00
class ADDON {
units[] = {};
weapons[] = {};
2015-01-14 09:06:47 +00:00
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"ace_common"};
author[] = {"commy2", "KoffeinFlummi"};
authorUrl = "https://github.com/commy2/";
2015-01-14 09:06:47 +00:00
VERSION_CONFIG;
};
};
2015-01-14 09:06:47 +00:00
#include "CfgEventHandlers.hpp"
#include "CfgAmmo.hpp"
#include "CfgWeapons.hpp"
#include "CfgMagazines.hpp"
#include "CfgVehicles.hpp"