mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
CBAify inventory
This commit is contained in:
parent
4f4c9ab1b4
commit
250050129b
File diff suppressed because it is too large
Load Diff
12
addons/inventory/script_component.hpp
Normal file
12
addons/inventory/script_component.hpp
Normal file
@ -0,0 +1,12 @@
|
||||
#define COMPONENT inventory
|
||||
#include "\z\ace\Addons\main\script_mod.hpp"
|
||||
|
||||
#ifdef DEBUG_ENABLED_INVENTORY
|
||||
#define DEBUG_MODE_FULL
|
||||
#endif
|
||||
|
||||
#ifdef DEBUG_SETTINGS_INVENTORY
|
||||
#define DEBUG_SETTINGS DEBUG_SETTINGS_INVENTORY
|
||||
#endif
|
||||
|
||||
#include "\z\ace\Addons\main\script_macros.hpp"
|
Loading…
Reference in New Issue
Block a user