tfc/src/shared/items.h

51 lines
1.8 KiB
C

/*
* Copyright (c) 2016-2020 Marco Hladik <marco@icculus.org>
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and this permission notice appear in all copies.
*
* THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
* MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
* ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
* WHATSOEVER RESULTING FROM LOSS OF MIND, USE, DATA OR PROFITS, WHETHER
* IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
* OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
#define ITEM_CROWBAR 0x00000001
#define ITEM_MEDKIT 0x00000002
#define ITEM_KNIFE 0x00000004
#define ITEM_WRENCH 0x00000008
#define ITEM_UMBRELLA 0x00000010
#define ITEM_SBS 0x00000020
#define ITEM_SNIPER 0x00000040
#define ITEM_TRANQUIL 0x00000080
#define ITEM_RAILGUN 0x00000100
#define ITEM_AUTORIFLE 0x00000200
#define ITEM_DBS 0x00000400
#define ITEM_NAILGUN 0x00000800
#define ITEM_GLAUNCHER 0x00001000
#define ITEM_SUPERNAIL 0x00002000
#define ITEM_FLAMER 0x00004000
#define ITEM_RPG 0x00008000
#define ITEM_PIPEBOMB 0x00010000
#define ITEM_ASSCAN 0x00020000
#define ITEM_INCENDIARY 0x00040000
#define ITEM_GRAPPLE 0x00080000
#define ITEM_SUIT 0x00100000
#define ITEM_UNUSED22 0x00200000
#define ITEM_UNUSED23 0x00400000
#define ITEM_UNUSED24 0x00800000
#define ITEM_UNUSED25 0x01000000
#define ITEM_UNUSED26 0x02000000
#define ITEM_UNUSED27 0x04000000
#define ITEM_UNUSED28 0x08000000
#define ITEM_UNUSED29 0x10000000
#define ITEM_UNUSED30 0x20000000
#define ITEM_UNUSED31 0x40000000
#define ITEM_UNUSED32 0x80000000