ACE3/addons/sitting/config.cpp

20 lines
463 B
C++
Raw Normal View History

2015-06-07 20:00:43 +00:00
#include "script_component.hpp"
class CfgPatches {
class ADDON {
units[] = {};
weapons[] = {};
requiredVersion = REQUIRED_VERSION;
2015-06-08 21:25:15 +00:00
requiredAddons[] = {"ace_interaction"};
author = ECSTRING(common,ACETeam);
authors[] = {"Jonpas"};
url = ECSTRING(main,URL);
2015-06-07 20:00:43 +00:00
VERSION_CONFIG;
};
};
2015-06-08 21:25:15 +00:00
#include "ACE_Settings.hpp"
#include "CfgEventHandlers.hpp"
#include "CfgMoves.hpp"
2015-06-07 20:00:43 +00:00
#include "CfgVehicles.hpp"