ACE3/addons/wep_javelin/config.cpp

14 lines
298 B
C++
Raw Normal View History

#include "script_component.hpp"
class CfgPatches {
class ADDON {
units[] = {};
weapons[] = {};
requiredVersion = REQUIRED_VERSION;
2015-01-13 05:14:27 +00:00
requiredAddons[] = { "ace_main", "ace_common", "ace_laser" };
2015-01-18 07:32:07 +00:00
VERSION_CONFIG;
};
};
#include "CfgEventhandlers.hpp"
#include "CfgOptics.hpp"