mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
formating
This commit is contained in:
parent
bdf2351f14
commit
cf8259882e
@ -1,3 +1,4 @@
|
||||
|
||||
class Extended_PreInit_EventHandlers {
|
||||
class ADDON {
|
||||
init = QUOTE(call COMPILE_FILE(XEH_preInit) );
|
||||
|
10
addons/common/CfgMagazines.hpp
Normal file
10
addons/common/CfgMagazines.hpp
Normal file
@ -0,0 +1,10 @@
|
||||
|
||||
class CfgMagazines {
|
||||
class CA_Magazine;
|
||||
class ACE_FakeMagazine: CA_Magazine {
|
||||
descriptionShort = "";
|
||||
displayName = "";
|
||||
displayNameShort = "";
|
||||
count = 0;
|
||||
};
|
||||
};
|
@ -1,3 +1,4 @@
|
||||
|
||||
class CfgVehicles {
|
||||
/*class Man;
|
||||
class CAManBase: Man {
|
||||
|
@ -1,3 +1,4 @@
|
||||
|
||||
class CfgWeapons {
|
||||
class ItemCore;
|
||||
class ACE_ItemCore: ItemCore {
|
||||
@ -17,14 +18,3 @@ class CfgWeapons {
|
||||
scope = 2;
|
||||
};
|
||||
};
|
||||
|
||||
class CfgMagazines {
|
||||
class CA_Magazine;
|
||||
|
||||
class ACE_FakeMagazine: CA_Magazine {
|
||||
descriptionShort = "";
|
||||
displayName = "";
|
||||
displayNameShort = "";
|
||||
count = 0;
|
||||
};
|
||||
};
|
@ -2,6 +2,7 @@
|
||||
class RadioProtocolBase {
|
||||
class Words;
|
||||
};
|
||||
|
||||
class ACE_RadioProtocolNoRadio: RadioProtocolBase {
|
||||
class CuratorWaypointPlaced;
|
||||
class CuratorWaypointPlacedAttack;
|
||||
|
@ -16,6 +16,7 @@ class CfgPatches {
|
||||
#include "CfgSounds.hpp"
|
||||
#include "CfgVehicles.hpp"
|
||||
#include "CfgWeapons.hpp"
|
||||
#include "CfgMagazines.hpp"
|
||||
|
||||
class ACE_Rsc_Display_Base {
|
||||
idd = -1;
|
||||
|
Loading…
Reference in New Issue
Block a user