interaction: add script_component, initial CBAfication of config.

This commit is contained in:
Nicolás Badano
2015-01-11 16:50:29 -03:00
parent 17564e483a
commit 8bff5f6ef4
5 changed files with 94 additions and 23 deletions

View File

@ -0,0 +1,12 @@
#define COMPONENT interaction
#include "\z\ace\Addons\main\script_mod.hpp"
#ifdef DEBUG_ENABLED_INTERACTION
#define DEBUG_MODE_FULL
#endif
#ifdef DEBUG_SETTINGS_INTERACTION
#define DEBUG_SETTINGS DEBUG_SETTINGS_INTERACTION
#endif
#include "\z\ace\Addons\main\script_macros.hpp"