ACE3/addons/smallarms/config.cpp

30 lines
777 B
C++
Raw Normal View History

2015-01-17 21:14:56 +00:00
#include "script_component.hpp"
class CfgPatches {
2015-01-17 21:14:56 +00:00
class ADDON {
2016-06-19 07:12:25 +00:00
name = COMPONENT_NAME;
2015-01-17 21:14:56 +00:00
units[] = {};
weapons[] = {};
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"ace_common"};
author = ECSTRING(common,ACETeam);
authors[] = {"TaoSensai", "KoffeinFlummi"};
url = ECSTRING(main,URL);
2015-01-17 21:14:56 +00:00
VERSION_CONFIG;
};
};
// EVERYTHING BELOW BELONGS TO TAOSENSAI
//////////////////////////////////////////////////////
// TMR strings update for weapons and magazines:
// 1. Change displayname to match TMR standards.
// 3. Add displaynameshort to TMR standards.
//////////////////////////////////////////////////////
2015-01-17 21:14:56 +00:00
#include "CfgMagazines.hpp"
2015-01-17 21:14:56 +00:00
#include "CfgWeapons.hpp"
2015-01-17 21:14:56 +00:00
#include "CfgVehicles.hpp"