ACE3/addons/inventory/script_component.hpp

27 lines
637 B
C++
Raw Normal View History

2015-01-14 08:45:20 +00:00
#define COMPONENT inventory
2016-06-20 09:41:17 +00:00
#define COMPONENT_BEAUTIFIED Inventory
#include "\z\ace\addons\main\script_mod.hpp"
2015-01-14 08:45:20 +00:00
// #define DEBUG_MODE_FULL
// #define DISABLE_COMPILE_CACHE
// #define ENABLE_PERFORMANCE_COUNTERS
2015-01-14 08:45:20 +00:00
#ifdef DEBUG_ENABLED_INVENTORY
#define DEBUG_MODE_FULL
2015-01-14 08:45:20 +00:00
#endif
#ifdef DEBUG_SETTINGS_INVENTORY
#define DEBUG_SETTINGS DEBUG_SETTINGS_INVENTORY
2015-01-14 08:45:20 +00:00
#endif
#include "\z\ace\addons\main\script_macros.hpp"
#define IDC_FILTERLISTS 6554
#define IDC_ITEMLIST_GROUND 632
#define IDC_ITEMLIST_SOLDIER 640
#define IDC_ITEMLIST_UNIFORM 633
#define IDC_ITEMLIST_VEST 638
#define IDC_ITEMLIST_BACKPACK 619
#define DUMMY_VALUE 127