ACE3/addons/finger/config.cpp

20 lines
474 B
C++
Raw Normal View History

#include "script_component.hpp"
2015-06-09 01:34:29 +00:00
class CfgPatches {
2015-06-09 05:00:00 +00:00
class ADDON {
units[] = {QGVAR(moduleSettings)};
weapons[] = {};
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"ace_common"};
author = ECSTRING(common,ACETeam);
authors[] = {"Drill"};
url = ECSTRING(main,URL);
2015-06-09 01:34:29 +00:00
VERSION_CONFIG;
};
};
2015-06-09 05:00:00 +00:00
#include "ACE_Settings.hpp"
2015-06-09 01:34:29 +00:00
#include "CfgEventHandlers.hpp"
2015-06-09 05:00:00 +00:00
#include "CfgVehicles.hpp"