mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
35 lines
856 B
C++
35 lines
856 B
C++
#include "script_component.hpp"
|
|
|
|
class CfgPatches {
|
|
class ADDON {
|
|
units[] = {"ACE_Box_82mm_Mo_HE","ACE_Box_82mm_Mo_Smoke",
|
|
"ACE_Box_82mm_Mo_Illum","ACE_Box_82mm_Mo_Combo"};
|
|
weapons[] = {"ACE_RangeTable_82mm","ace_mortar_82mm"};
|
|
requiredVersion = REQUIRED_VERSION;
|
|
requiredAddons[] = {"ace_interaction"};
|
|
author[] = {"PabstMirror","Grey","VKing"};
|
|
authorUrl = "https://github.com/acemod";
|
|
VERSION_CONFIG;
|
|
};
|
|
};
|
|
|
|
#include "ACE_Settings.hpp"
|
|
#include "CfgEventHandlers.hpp"
|
|
#include "CfgVehicles.hpp"
|
|
#include "CfgWeapons.hpp"
|
|
#include "CfgMagazines.hpp"
|
|
|
|
|
|
//UI Stuff:
|
|
class RscText;
|
|
class RscListbox;
|
|
class RscListNBox;
|
|
class RscPicture;
|
|
class RscControlsGroup;
|
|
class ScrollBar;
|
|
class RscActiveText;
|
|
class RscStructuredText;
|
|
|
|
#include "RscInGameUI.hpp"
|
|
#include "RscRangeTable.hpp"
|