ACE3/addons/disposable/config.cpp

19 lines
396 B
C++
Raw Normal View History

2015-01-13 19:12:37 +00:00
#include "script_component.hpp"
class CfgPatches {
2015-01-13 19:12:37 +00:00
class ADDON {
units[] = {};
weapons[] = {};
requiredVersion = 0.60;
2015-01-13 19:12:37 +00:00
requiredAddons[] = {"ace_common"};
author[] = {"commy2"};
authorUrl = "https://github.com/commy2/";
2015-01-13 22:53:48 +00:00
// VERSION_CONFIG @todo
};
};
2015-01-13 19:12:37 +00:00
#include "CfgEventHandlers.hpp"
#include "CfgWeapons.hpp"
#include "CfgMagazines.hpp"
#include "CfgVehicles.hpp"