ACE3/addons/laser/config.cpp

16 lines
366 B
C++
Raw Normal View History

#include "script_component.hpp"
class CfgPatches {
class ADDON {
units[] = {};
weapons[] = {};
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = { "ace_common" };
VERSION_CONFIG;
};
};
#include "CfgEventhandlers.hpp"
2015-04-12 18:14:12 +00:00
#include "CfgVehicles.hpp"
2015-04-12 23:52:10 +00:00
#include "CfgWeapons.hpp"
#include "RscInGameUI.hpp"