ACE3/addons/wep_javelin/config.cpp

15 lines
362 B
C++
Raw Normal View History

#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"
2015-04-04 23:55:53 +00:00
#include "RscInGameUI.hpp"
2015-04-04 03:27:52 +00:00
#include "CfgSounds.hpp"