ACE3/addons/frag/config.cpp

20 lines
485 B
C++
Raw Normal View History

#include "script_component.hpp"
2016-06-09 12:28:31 +00:00
class CfgPatches {
class ADDON {
2016-06-19 07:12:25 +00:00
name = COMPONENT_NAME;
2016-06-09 12:28:31 +00:00
units[] = {};
weapons[] = {};
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"ace_common"};
author = ECSTRING(common,ACETeam);
2024-07-17 06:56:35 +00:00
authors[] = {"Nou", "johnb43", "Lambda.Tiger"};
2016-06-09 12:28:31 +00:00
url = ECSTRING(main,URL);
VERSION_CONFIG;
};
};
#include "CfgEventhandlers.hpp"
#include "CfgAmmo.hpp"
2024-01-15 20:09:20 +00:00
#include "ACE_Settings.hpp"