ACE3/addons/apl/config.cpp

15 lines
340 B
C++
Raw Normal View History

2015-05-01 17:37:17 +00:00
#include "script_component.hpp"
class CfgPatches {
class ADDON {
2016-06-19 07:12:25 +00:00
name = COMPONENT_NAME;
2015-05-01 17:37:17 +00:00
units[] = {};
weapons[] = {};
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"ace_main"};
2016-06-09 12:28:31 +00:00
author = "Bohemia Interactive";
url = ECSTRING(main,URL);
2015-05-01 17:37:17 +00:00
VERSION_CONFIG;
};
};