ACE3/addons/fcs/config.cpp

23 lines
530 B
C++
Raw Normal View History

#include "script_component.hpp"
class CfgPatches {
2015-01-14 20:07:41 +00:00
class ADDON {
units[] = {};
weapons[] = {};
2015-01-18 07:32:07 +00:00
requiredVersion = REQUIRED_VERSION;
2015-01-14 20:07:41 +00:00
requiredAddons[] = {ace_common, ace_interaction};
author[] = {"KoffeinFlummi","BadGuy (simon84)"};
authorUrl = "https://github.com/KoffeinFlummi/";
2015-01-18 07:32:07 +00:00
VERSION_CONFIG;
2015-01-14 20:07:41 +00:00
};
};
#include "CfgEventHandlers.hpp"
2015-02-03 22:03:43 +00:00
#include "CfgAmmo.hpp"
#include "CfgMagazines.hpp"
#include "CfgVehicles.hpp"
#include "CfgWeapons.hpp"
2015-02-03 22:03:43 +00:00
#include "CfgOptics.hpp"