ACE3/addons/aircraft/config.cpp

20 lines
501 B
C++
Raw Normal View History

2015-01-13 23:52:37 +00:00
#include "script_component.hpp"
class CfgPatches {
2015-01-14 01:57:15 +00:00
class ADDON {
units[] = {};
2015-01-13 23:52:37 +00:00
weapons[] = {};
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"ace_common"};
author = ECSTRING(common,ACETeam);
authors[] = {"KoffeinFlummi","Crusty","commy2","jaynus","Kimi"};
2016-06-01 12:11:32 +00:00
PBO_URL;
2015-01-13 23:52:37 +00:00
VERSION_CONFIG;
};
};
#include "CfgAmmo.hpp"
#include "CfgMagazines.hpp"
#include "CfgVehicles.hpp"
#include "CfgWeapons.hpp"
#include "RscInGameUI.hpp"