ACE3/addons/markers/config.cpp

22 lines
494 B
C++
Raw Normal View History

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