ACE3/addons/weather/config.cpp

17 lines
410 B
C++
Raw Normal View History

#include "script_component.hpp"
class CfgPatches {
class ADDON {
units[] = {};
weapons[] = {};// "ACE_Kestrel4500" };
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"ace_common"};
2015-04-06 03:02:34 +00:00
author[] = {"q1184", "Rocko", "esteldunedain","Ruthberg"};
VERSION_CONFIG;
};
};
#include "CfgEventhandlers.hpp"
#include "CfgWorlds.hpp"
2015-04-06 03:02:34 +00:00
#include "RscTitles.hpp"