ACE3/addons/weather/config.cpp

20 lines
503 B
C++
Raw Normal View History

#include "script_component.hpp"
class CfgPatches {
class ADDON {
units[] = {};
weapons[] = {};
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"ace_common"};
author = ECSTRING(common,ACETeam);
authors[] = {"q1184", "Rocko", "esteldunedain", "Ruthberg"};
2016-06-01 12:11:32 +00:00
PBO_URL;
VERSION_CONFIG;
};
};
#include "CfgEventhandlers.hpp"
#include "CfgWorlds.hpp"
2015-04-06 03:02:34 +00:00
#include "RscTitles.hpp"
#include "CfgVehicles.hpp"
#include "ACE_Settings.hpp"