ACE3/addons/interaction/config.cpp

27 lines
531 B
C++
Raw Normal View History

#include "script_component.hpp"
2015-01-11 19:32:51 +00:00
class CfgPatches {
class ADDON {
2015-01-11 19:32:51 +00:00
units[] = {};
weapons[] = {};
2015-01-18 07:32:07 +00:00
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"ace_interact_menu"};
2015-03-24 04:18:00 +00:00
author[] = {"commy2", "KoffeinFlummi", "esteldunedain", "bux578"};
2015-01-11 19:32:51 +00:00
authorUrl = "https://github.com/commy2/";
2015-01-18 07:32:07 +00:00
VERSION_CONFIG;
2015-01-11 19:32:51 +00:00
};
};
#include "CfgEventHandlers.hpp"
#include "CfgVehicles.hpp"
#include <Menu_Config.hpp>
2015-01-30 22:19:45 +00:00
class ACE_Settings {
class GVAR(EnableTeamManagement) {
value = 1;
typeName = "BOOL";
};
2015-01-11 19:32:51 +00:00
};