ACE3/addons/missionmodules/config.cpp
2015-02-17 07:51:51 +01:00

18 lines
411 B
C++

#include "script_component.hpp"
class CfgPatches {
class ADDON {
units[] = {"cse_moduleAmbianceSound"};
weapons[] = {};
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"ace_common"};
author[] = {"Glowbal"};
authorUrl = "";
VERSION_CONFIG;
};
};
#include "CfgEventHandlers.hpp"
#include "CfgFactionClasses.hpp"
#include "CfgVehicles.hpp"