ACE3/addons/cargo/config.cpp

22 lines
524 B
C++
Raw Normal View History

2015-03-29 13:20:39 +00:00
#include "script_component.hpp"
class CfgPatches {
class ADDON {
2016-06-19 07:12:25 +00:00
name = COMPONENT_NAME;
2015-03-29 13:20:39 +00:00
units[] = {};
weapons[] = {};
requiredVersion = REQUIRED_VERSION;
2015-08-10 21:07:47 +00:00
requiredAddons[] = {"ace_interaction"};
author = ECSTRING(common,ACETeam);
authors[] = {"commy2", "Glowbal"};
url = ECSTRING(main,URL);
2015-03-29 13:20:39 +00:00
VERSION_CONFIG;
};
};
#include "ACE_Settings.hpp"
#include "CfgEden.hpp"
2015-03-29 13:20:39 +00:00
#include "CfgEventHandlers.hpp"
2015-08-10 21:07:47 +00:00
#include "CfgVehicles.hpp"
#include "menu.hpp"