ACE3/addons/apl/config.cpp

14 lines
321 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"};
2015-05-01 18:16:34 +00:00
author[] = {"Bohemia Interactive"};
2015-05-01 17:37:17 +00:00
authorUrl = "http://ace3mod.com";
VERSION_CONFIG;
};
};