ACE3/addons/laser_selfdesignate/config.cpp

16 lines
337 B
C++
Raw Normal View History

#include "script_component.hpp"
class CfgPatches {
2015-02-14 08:50:26 +00:00
class ADDON {
units[] = {};
weapons[] = {};
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"ace_laser"};
VERSION_CONFIG;
2015-02-14 08:50:26 +00:00
};
};
#include "CfgEventhandlers.hpp"
#include "CfgWeapons.hpp"
2015-02-14 08:50:26 +00:00
#include "CfgVehicles.hpp"