ACE3/addons/viewdistance/config.cpp

20 lines
485 B
C++
Raw Normal View History

2015-05-07 20:41:44 +00:00
#include "script_component.hpp"
class CfgPatches {
class ADDON {
2016-06-19 07:12:25 +00:00
name = COMPONENT_NAME;
2015-05-07 20:41:44 +00:00
units[] = {};
weapons[] = {};
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"ace_common"};
author = ECSTRING(common,ACETeam);
authors[] = {"Winter", "Jonpas", "Arkhir"};
url = ECSTRING(main,URL);
2015-05-07 20:41:44 +00:00
VERSION_CONFIG;
};
};
#include "CfgEventHandlers.hpp"
#include "ACE_Settings.hpp"
2015-08-12 20:09:59 +00:00
#include "CfgVehicles.hpp"