ACE3/addons/apl/config.cpp

14 lines
311 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"};
author = "Bohemia Interactive";
url = ECSTRING(main,URL);
2015-05-01 17:37:17 +00:00
VERSION_CONFIG;
};
};