mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
ec8115d2a4
* New Toggle NVG ui and improve function * Add Toggle Flashlights icon * New Toggle Flashlights ui and improve function * Stringtable changes and ace_ai postInit clean up * TRACE fix and stringtable capitalization
18 lines
385 B
C++
18 lines
385 B
C++
#define COMPONENT ai
|
|
#define COMPONENT_BEAUTIFIED AI
|
|
#include "\z\ace\addons\main\script_mod.hpp"
|
|
|
|
// #define DEBUG_MODE_FULL
|
|
// #define DISABLE_COMPILE_CACHE
|
|
// #define ENABLE_PERFORMANCE_COUNTERS
|
|
|
|
#ifdef DEBUG_ENABLED_AI
|
|
#define DEBUG_MODE_FULL
|
|
#endif
|
|
|
|
#ifdef DEBUG_SETTINGS_AI
|
|
#define DEBUG_SETTINGS DEBUG_SETTINGS_AI
|
|
#endif
|
|
|
|
#include "\z\ace\addons\main\script_macros.hpp"
|