ACE3/addons/wep_javelin/config.cpp
2015-01-18 01:32:07 -06:00

14 lines
298 B
C++

#include "script_component.hpp"
class CfgPatches {
class ADDON {
units[] = {};
weapons[] = {};
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = { "ace_main", "ace_common", "ace_laser" };
VERSION_CONFIG;
};
};
#include "CfgEventhandlers.hpp"
#include "CfgOptics.hpp"