mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
2252eab2f3
* SOG Compat - Jam types and Open bolts - Machineguns and SMGs fire from open bolts - Fire and Dud Jam types for Grenade Launchers, Revolvers and Shotguns * Update CfgWeapons.hpp * Update pistols.hpp * Update weapons.hpp
9 lines
249 B
C++
9 lines
249 B
C++
class CfgWeapons {
|
|
#include "CfgWeapons\csw.hpp"
|
|
#include "CfgWeapons\helmets.hpp"
|
|
#include "CfgWeapons\launchers.hpp"
|
|
#include "CfgWeapons\pistols.hpp"
|
|
#include "CfgWeapons\uniforms.hpp"
|
|
#include "CfgWeapons\weapons.hpp"
|
|
};
|