Files
DayZ-Epoch/SQF/dayz_code/Configs/CfgMagazines/Items/Items.hpp
ebaydayz 341e734373 Change satchel and mines to single gear slot
For consistency with all other items in Epoch.
2016-09-30 21:47:48 -04:00

27 lines
524 B
C++

#include "Fuel.hpp"
//Materials
#include "Wood.hpp"
#include "Stone.hpp"
#include "Sandbag.hpp"
#include "MetalFenceItems.hpp"
//Simple buildables
#include "Tent.hpp"
#include "CamoNet.hpp"
#include "TankTrap.hpp"
#include "WireFence.hpp"
#include "BearTrap.hpp"
#include "TripWire.hpp"
//Base stuff
#include "Workbench.hpp"
#include "Padlock.hpp"
#include "Generator.hpp"
//Miscellaneous
#include "equip_brick.hpp"
#include "equip_lever.hpp"
#include "WaterBottle.hpp"
//#include "Canteen.hpp"
#include "Explosives.hpp"