ACE3/addons/missionmodules/config.cpp

18 lines
411 B
C++
Raw Normal View History

2015-02-17 06:51:51 +00:00
#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"