fix(braf_air2) Naming clonvention for all classes and paths to use lowercase letters.
This commit is contained in:
@@ -2,7 +2,7 @@ class CfgPatches
|
||||
{
|
||||
class braf_weapons_assault_rifles
|
||||
{
|
||||
author = "BRAF Team";
|
||||
author = "BRAF TEAM";
|
||||
units[] = {};
|
||||
weapons[] = {};
|
||||
requiredVersion = 0.1;
|
||||
@@ -58,19 +58,19 @@ class CfgWeapons
|
||||
class WeaponSlotsInfo;
|
||||
class GunParticles;
|
||||
};
|
||||
#include "556mm_Colt\556mm_Colt.hpp"
|
||||
#include "556mm_HK33\HK33A3\HK33A3.hpp"
|
||||
#include "556mm_HK33\HK33\HK33.hpp"
|
||||
#include "556mm_HK416\HK416.hpp"
|
||||
#include "556mm_IA2_fuzil\556mm_IA2_fuzil.hpp"
|
||||
#include "556mm_LAPA\556mm_LAPA.hpp"
|
||||
#include "556mm_MD97_GL\556mm_MD97_GL.hpp"
|
||||
#include "556mm_MD97_fuzil\556mm_MD97_fuzil.hpp"
|
||||
#include "556mm_SIG_551\556mm_SIG_551.hpp"
|
||||
#include "762mm_FAL\762mm_FAL.hpp"
|
||||
#include "762mm_FAP\762mm_FAP.hpp"
|
||||
#include "762mm_MD1A1\762mm_MD1A1.hpp"
|
||||
#include "762mm_MD1\762mm_MD1.hpp"
|
||||
#include "762mm_MD1_Tactical\762mm_MD1_Tactical.hpp"
|
||||
#include "762mm_ParaFAL\762mm_ParaFAL.hpp"
|
||||
#include "556mm_colt\556mm_colt.hpp"
|
||||
#include "556mm_hk33\hk33a3\hk33a3.hpp"
|
||||
#include "556mm_hk33\hk33\hk33.hpp"
|
||||
#include "556mm_hk416\hk416.hpp"
|
||||
#include "556mm_ia2_fuzil\556mm_ia2_fuzil.hpp"
|
||||
#include "556mm_lapa\556mm_lapa.hpp"
|
||||
#include "556mm_md97_gl\556mm_md97_gl.hpp"
|
||||
#include "556mm_md97_fuzil\556mm_md97_fuzil.hpp"
|
||||
#include "556mm_sig_551\556mm_sig_551.hpp"
|
||||
#include "762mm_fal\762mm_fal.hpp"
|
||||
#include "762mm_fap\762mm_fap.hpp"
|
||||
#include "762mm_md1a1\762mm_md1a1.hpp"
|
||||
#include "762mm_md1\762mm_md1.hpp"
|
||||
#include "762mm_md1_tactical\762mm_md1_tactical.hpp"
|
||||
#include "762mm_parafal\762mm_parafal.hpp"
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user