ACE3/addons/slideshow/config.cpp

20 lines
476 B
C++
Raw Normal View History

2015-06-27 02:11:57 +00:00
#include "script_component.hpp"
class CfgPatches {
class ADDON {
2016-06-19 07:12:25 +00:00
name = COMPONENT_NAME;
units[] = {QGVAR(module)};
2015-06-27 02:11:57 +00:00
weapons[] = {};
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"ace_common"};
author = ECSTRING(common,ACETeam);
authors[] = {"Jonpas", "DaC"};
url = ECSTRING(main,URL);
2015-06-27 02:11:57 +00:00
VERSION_CONFIG;
};
};
#include "CfgEventHandlers.hpp"
#include "CfgVehicles.hpp"
#include "GUI.hpp"