ACE3/addons/gforces/config.cpp

21 lines
515 B
C++
Raw Normal View History

2015-01-17 02:01:41 +00:00
#include "script_component.hpp"
class CfgPatches {
class ADDON {
2016-06-19 07:12:25 +00:00
name = COMPONENT_NAME;
2015-01-17 02:01:41 +00:00
units[] = {};
weapons[] = {};
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"ace_common"};
author = ECSTRING(common,ACETeam);
authors[] = {"KoffeinFlummi", "esteldunedain"};
url = ECSTRING(main,URL);
2015-01-17 02:01:41 +00:00
VERSION_CONFIG;
};
};
#include "ACE_Settings.hpp"
2015-01-17 02:01:41 +00:00
#include "CfgEventHandlers.hpp"
2015-01-17 04:01:56 +00:00
#include "CfgWeapons.hpp"
#include "CfgVehicles.hpp"