ACE3/addons/scopes/config.cpp

23 lines
579 B
C++
Raw Normal View History

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