ACE3/addons/wep_javelin/config.cpp
EpMAK fab5605ad5 Translation
Russian translation of the texts
2015-04-10 17:51:48 +03:00

15 lines
320 B
C++

#include "script_component.hpp"
class CfgPatches {
class ADDON {
units[] = {};
weapons[] = {};
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"ace_laser"};
VERSION_CONFIG;
};
};
#include "CfgEventhandlers.hpp"
#include "RscInGameUI.hpp"
#include "CfgSounds.hpp"