ACE3/addons/apl/config.cpp

14 lines
309 B
C++
Raw Normal View History

2015-05-01 17:37:17 +00:00
#include "script_component.hpp"
class CfgPatches {
class ADDON {
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;
};
};