Files
DayZ-Epoch/SQF/dayz_code/Configs/CfgMagazines/Items/Items.hpp
A Man 12bb378ea5 Streamline water bottle strings by @seelenapparat
Water bottles are sorted by the object model in the gear now.

Remove old canteen configs since it is in under pet waterbottle now.
2019-11-04 10:01:46 +01:00

26 lines
548 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" //Duplicate of Epoch camo nets in DZE\Misc.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 "Explosives.hpp"