Files
DayZ-Epoch/SQF/dayz_code/Configs/CfgMagazines/CfgMagazines.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

70 lines
1.3 KiB
C++

class CfgMagazines
{
//External references
class CA_Magazine;
class HandGrenade;
class TimeBomb;
//Weapon magazines
#include "Magazines\Magazines.hpp"
//Trash
#include "Trash\Trash.hpp"
//Vehicle parts
#include "VehicleParts.hpp"
//Chemlight and Roadflare
#include "Throwable.hpp"
//Clothing
#include "Clothing\Clothing.hpp"
//Medical
#include "Medical\Medical.hpp"
//Miscellaneous
#include "Items\Items.hpp"
//Attachments
#include "Attachments\Attachments.hpp"
//Crafting materials
#include "Crafting\Crafting.hpp"
//Consumables: food, drinks etc.
#include "Consumables\Consumables.hpp"
//EPOCH ADDITIONS
#include "VehicleAmmo.hpp"
// Gems
#include "DZE\Gems.hpp"
#include "DZE\Ores.hpp"
// Items
#include "DZE\Items.hpp"
#include "DZE\Bulk.hpp"
// Currency
#include "DZE\Currency\Briefcase.hpp"
#include "DZE\Currency\GoldBar.hpp"
#include "DZE\Currency\SilverBar.hpp"
#include "DZE\Currency\CopperBar.hpp"
#include "DZE\Currency\BronzeBar.hpp"
#include "DZE\Currency\AluminumBar.hpp"
#include "DZE\Currency\TinBar.hpp"
#include "DZE\ItemWaterbottle.hpp"
#include "Planting.hpp"
// Building Stuff
#include "DZE\ModularBuilding.hpp"
#include "DZE\Misc.hpp"
// Consumables
#include "DZE\Food.hpp"
#include "DZE\ItemSoda.hpp"
};