ACE3/addons/finger/config.cpp

19 lines
447 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[] = {"Drill"};
2015-06-09 01:34:29 +00:00
authorUrl = "https://github.com/TheDrill/";
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"