ACE3/addons/viewdistance/config.cpp

18 lines
428 B
C++
Raw Normal View History

2015-05-07 20:41:44 +00:00
#include "script_component.hpp"
class CfgPatches {
class ADDON {
units[] = {};
weapons[] = {};
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"ace_common"};
2015-08-12 20:09:59 +00:00
author[] = {"Winter", "Jonpas", "Arkhir"};
2015-05-08 07:28:48 +00:00
authorUrl = "https://github.com/Winter259";
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"